Bug 21000

Summary: Hover to select improvements
Product: WebKit Reporter: Matt Lilek <dev+webkit>
Component: Web Inspector (Deprecated)Assignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Enhancement CC: aroben, mitz, ojan, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed patch mitz: review+

Description Matt Lilek 2008-09-22 10:44:30 PDT
In hover to select mode, auto scrolling should be disabled so elements aren't jumping around the page as they're trying to be selected and the inspected page should be focused when select mode is started to match Firebug.
Comment 1 Timothy Hatcher 2008-09-22 10:47:26 PDT
Lets just disable scrolling for all highlights. We have gotten requests to remove it since it is annoying when the page moves when you are hovering the DOM tree. Maybe we want a modifier key?
Comment 2 mitz 2008-09-24 13:17:08 PDT
It would be nice, if you disabled scrolling (which I think you should) if, when the highlighted node was off-screen, an arrow pointing in its general direction would show up.
Comment 3 Timothy Hatcher 2008-09-28 16:17:24 PDT
Created attachment 23898 [details]
Proposed patch
Comment 4 mitz 2008-09-28 16:26:46 PDT
Comment on attachment 23898 [details]
Proposed patch

+         invasive and causes less thing to change on screen. Also makes

Typo: thing

r=me
Comment 5 Timothy Hatcher 2008-09-28 16:31:49 PDT
Landed in r37046.