Bug 142655 - Web Inspector: Console Scrolls Unexpectedly when Clicking inside un-selected Expanded Object
Summary: Web Inspector: Console Scrolls Unexpectedly when Clicking inside un-selected ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nikita Vasilyev
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-03-12 23:22 PDT by Joseph Pecoraro
Modified: 2015-03-15 17:41 PDT (History)
9 users (show)

See Also:


Attachments
Patch (91.78 KB, patch)
2015-03-15 14:56 PDT, Nikita Vasilyev
joepeck: review-
joepeck: commit-queue-
Details | Formatted Diff | Diff
Animated GIF with the patch applied (796.77 KB, image/gif)
2015-03-15 14:57 PDT, Nikita Vasilyev
no flags Details
Patch (5.15 KB, patch)
2015-03-15 16:38 PDT, Nikita Vasilyev
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2015-03-12 23:22:09 PDT
* SUMMARY
Console Scrolls Unexpectedly when Clicking inside un-selected Expanding Object. This is hugely annoying.

* STEPS TO REPRODUCE
1. Log and expand `window.navigator` about 5 times in the console
2. Fully expand the prototype chain of the bottom window.navigator
3. Scroll the console all the way up and select the top `window.navigator`
4. Scroll all the way to the bottom (so you can't see the top of the expanded object)
5. Expand a property of the bottom window.navigator object
  => the bottom item becomes selected and jumps you up to the top of the object
  => expected the object to become selected without jumping the console, also expand the property clicked on
Comment 1 Radar WebKit Bug Importer 2015-03-12 23:22:24 PDT
<rdar://problem/20149490>
Comment 2 Nikita Vasilyev 2015-03-15 14:56:04 PDT
Created attachment 248687 [details]
Patch
Comment 3 Nikita Vasilyev 2015-03-15 14:57:04 PDT
Created attachment 248688 [details]
Animated GIF with the patch applied
Comment 4 Joseph Pecoraro 2015-03-15 16:35:52 PDT
Comment on attachment 248687 [details]
Patch

Err... wrong patch?
Comment 5 Nikita Vasilyev 2015-03-15 16:38:36 PDT
Created attachment 248690 [details]
Patch

Whoops, sorry about that. The right patch is attached.
Comment 6 Joseph Pecoraro 2015-03-15 16:57:47 PDT
Comment on attachment 248690 [details]
Patch

This sounds reasonable. r=me
Comment 7 WebKit Commit Bot 2015-03-15 17:41:32 PDT
Comment on attachment 248690 [details]
Patch

Clearing flags on attachment: 248690

Committed r181518: <http://trac.webkit.org/changeset/181518>
Comment 8 WebKit Commit Bot 2015-03-15 17:41:35 PDT
All reviewed patches have been landed.  Closing bug.