WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
46346
Web Inspector: [REGRESSION] Keyboard-Navigating the dom in the inspector doesn't highlight that dom node in the window anymore
https://bugs.webkit.org/show_bug.cgi?id=46346
Summary
Web Inspector: [REGRESSION] Keyboard-Navigating the dom in the inspector does...
Martin Häcker
Reported
2010-09-23 06:14:12 PDT
Instead it only listens to the mouse hovering above a dom node - which is verry annoying if you want to precisely navigate to an element while looking at the dom to see if you have the right one.
Attachments
Proposed patch.
(2.76 KB, patch)
2010-09-23 06:57 PDT
,
Pavel Podivilov
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Pavel Feldman
Comment 1
2010-09-23 06:27:51 PDT
So highlight should be visible for the element that has been selected / hovered last. I.e. traversing elements using keyboard should highlight the currently selected one, not falling back to the hovered element in 2 sec. Moving the mouse afterwards should highlight hovered element.
Pavel Podivilov
Comment 2
2010-09-23 06:57:04 PDT
Created
attachment 68513
[details]
Proposed patch.
Pavel Feldman
Comment 3
2010-09-23 07:06:46 PDT
Comment on
attachment 68513
[details]
Proposed patch. View in context:
https://bugs.webkit.org/attachment.cgi?id=68513&action=review
> WebCore/inspector/front-end/treeoutline.js:797 > + this.select(false, true);
false -> this.
Pavel Podivilov
Comment 4
2010-09-23 07:18:14 PDT
(In reply to
comment #3
)
> (From update of
attachment 68513
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=68513&action=review
> > > WebCore/inspector/front-end/treeoutline.js:797 > > + this.select(false, true); > > false -> this.
onselect and select functions have different signatures: onselect: function(treeElement, selectedByUser) TreeElement.prototype.select = function(supressOnSelect, selectedByUser) So select method has boolean supressOnSelect as it's first parameter.
WebKit Commit Bot
Comment 5
2010-09-23 08:20:56 PDT
Comment on
attachment 68513
[details]
Proposed patch. Clearing flags on attachment: 68513 Committed
r68140
: <
http://trac.webkit.org/changeset/68140
>
WebKit Commit Bot
Comment 6
2010-09-23 08:21:01 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug