Bug 109355 - Web Inspector: highlight DOM nodes on hover while debugging
Summary: Web Inspector: highlight DOM nodes on hover while debugging
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: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-09 07:12 PST by Pavel Feldman
Modified: 2013-02-11 03:51 PST (History)
9 users (show)

See Also:


Attachments
Patch (2.20 KB, patch)
2013-02-09 07:24 PST, Pavel Feldman
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2013-02-09 07:12:34 PST
Along with showing the popover, highlight the remote object as node.
Comment 1 Pavel Feldman 2013-02-09 07:24:03 PST
Created attachment 187431 [details]
Patch
Comment 2 Vsevolod Vlasov 2013-02-11 02:08:24 PST
Comment on attachment 187431 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=187431&action=review

> Source/WebCore/inspector/front-end/ObjectPopoverHelper.js:110
> +                    result.highlightAsDOMNode();

I think it is possible that some other UI component triggered another dom node highlighting before this call, e.g. when mouse cursor is moved to the console where an element is printed.
Comment 3 Vsevolod Vlasov 2013-02-11 02:09:00 PST
Previous comment referred to the hide highlight method call, not the show highlight one.
Comment 4 WebKit Review Bot 2013-02-11 03:51:21 PST
Comment on attachment 187431 [details]
Patch

Clearing flags on attachment: 187431

Committed r142450: <http://trac.webkit.org/changeset/142450>
Comment 5 WebKit Review Bot 2013-02-11 03:51:25 PST
All reviewed patches have been landed.  Closing bug.