Bug 21251 - Focus the DOM tree when a node is selected
Summary: Focus the DOM tree when a node is selected
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Timothy Hatcher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-30 13:09 PDT by Timothy Hatcher
Modified: 2008-09-30 13:58 PDT (History)
3 users (show)

See Also:


Attachments
Proposed patch (4.05 KB, patch)
2008-09-30 13:15 PDT, Timothy Hatcher
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2008-09-30 13:09:01 PDT
We should focus the DOM tree when a node is selected in the tree. So when the search field has focus the focus moves so the arrow keys work. This can happen when using the new find in page feature.
Comment 1 Timothy Hatcher 2008-09-30 13:15:17 PDT
Created attachment 23951 [details]
Proposed patch
Comment 2 Geoffrey Garen 2008-09-30 13:35:01 PDT
Comment on attachment 23951 [details]
Proposed patch

r=me
Comment 3 Timothy Hatcher 2008-09-30 13:58:32 PDT
Landed in r37111.