Bug 10698

Summary: Scroll wheel causes inspector to shift up
Product: WebKit Reporter: Trev Copland <gotrevgo>
Component: Web Inspector (Deprecated)Assignee: Matt Lilek <dev+webkit>
Status: RESOLVED FIXED    
Severity: Minor CC: dev+webkit, edwardjsabol
Priority: P3    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: http://www.apple.com/getamac/
Attachments:
Description Flags
patch mitz: review+

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.