[Webkit-unassigned] [Bug 101150] Web Inspector: Console: hovering elements within objects should highlight them on the page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 3 10:34:53 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=101150





--- Comment #3 from Pavel Feldman <pfeldman at chromium.org>  2012-11-03 10:36:19 PST ---
Feel free to, I have no code for it yet. You should look at the code for hovering over node, then you should repeat it for ObjectPropertySection elements. The only difference is that you would need to resolve RemoteObjects with type "node" into DOMNodes (use RemoteObject.prototype.pushNodeToFrontend for that). Then existing node highlight routines will work.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list