Bug 44753 - Web Inspector: DOM nodes selected in console or sidebars should be highlighted in the DOM Tree
Summary: Web Inspector: DOM nodes selected in console or sidebars should be highlighte...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-08-27 00:44 PDT by Pavel Feldman
Modified: 2015-11-20 13:10 PST (History)
15 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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".