[webkit-reviews] review granted: [Bug 109355] Web Inspector: highlight DOM nodes on hover while debugging : [Attachment 187431] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 11 02:06:11 PST 2013
Vsevolod Vlasov <vsevik at chromium.org> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 109355: Web Inspector: highlight DOM nodes on hover while debugging
https://bugs.webkit.org/show_bug.cgi?id=109355
Attachment 187431: Patch
https://bugs.webkit.org/attachment.cgi?id=187431&action=review
------- Additional Comments from Vsevolod Vlasov <vsevik at chromium.org>
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.
More information about the webkit-reviews
mailing list