Bug 10698 - Scroll wheel causes inspector to shift up
Summary: Scroll wheel causes inspector to shift up
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P3 Minor
Assignee: Matt Lilek
URL: http://www.apple.com/getamac/
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-02 18:41 PDT by Trev Copland
Modified: 2006-11-30 16:37 PST (History)
2 users (show)

See Also:


Attachments
patch (2.01 KB, patch)
2006-11-30 11:13 PST, Matt Lilek
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Trev Copland 2006-09-02 18:41:37 PDT
If you continue to scroll two or three extra times with the mouse wheel  the inspector window will shift up. To reproduce this, load a div with more than a page of properties and use the wheel to scroll down. After a few additional scrolls the window itself will shift up leaving the shadow in it's place. This can be reproduced on any page but selecting the div on the right side of the linked page will provide enough properties. 

A screen shot is available at:
http://trev.com/misc/webkit-inspector-scroll.jpg

Build 9/2/06 #16194
Comment 1 Edward Sabol 2006-11-29 16:48:03 PST
I have confirmed this with the latest nightly (WebKit-SVN-r17930). It makes the Web Inspector rather difficult to use if you are used to using the scrollwheel. A by-product of this is that the close button can become obscured.
Comment 2 Matt Lilek 2006-11-30 11:13:32 PST
Created attachment 11686 [details]
patch

quick patch to fix this.  also tweaks the tree popup to workaround bug 11362
Comment 3 mitz 2006-11-30 11:21:19 PST
Comment on attachment 11686 [details]
patch

r=me
Comment 4 Timothy Hatcher 2006-11-30 16:37:21 PST
Landed in r17954.