Bug 44753

Summary: Web Inspector: DOM nodes selected in console or sidebars should be highlighted in the DOM Tree
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, bweinstein, graouts, joepeck, jonowells, keishi, loislo, mattbaker, nvasilyev, pfeldman, pmuellr, rik, timothy, webkit-bug-importer, yurys
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Pavel Feldman 2010-08-27 00:44:25 PDT
There are several places where we render DOM wrappers as JavaScript objects (Properties sidebar, watch expressions, event listeners and such). We should provide a way of either
- rendering node in dirxml style or
- tracing to the node in the Elements Panel.

The only workaround on ToT is to do "inspect(expression)" in the console.
Comment 1 Radar WebKit Bug Importer 2014-12-17 11:26:26 PST
<rdar://problem/19281628>
Comment 2 BJ Burg 2015-11-20 13:10:04 PST
We support right-clicking inline DOM elements and "Reveal in DOM Tree".