Bug 14368

Summary: Nodes in the Console should be expandable trees
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Enhancement CC: timothy
Priority: P2 Keywords: InRadar
Version: 523.x (Safari 3)   
Hardware: All   
OS: All   

Adam Roben (:aroben)
Reported 2007-06-24 13:30:55 PDT
In the Inspector's Console, if the result of evaluating a command is a Node, we show it as psuedo-source and link it up to the DOM view. For example: > document.body <body> It would be nice if we also added a disclosure triangle that, when clicked, would expand the node to reveal its children, just like the DOM view. This would basically be a way to easily access and inspector a subtree of the DOM. Clicking on any of the child nodes should take you to the DOM view and select the clicked child.
Attachments
Adam Roben (:aroben)
Comment 1 2008-01-29 10:59:33 PST
Timothy Hatcher
Comment 2 2009-07-13 12:08:33 PDT
This was fixed.
Note You need to log in before you can comment on or make changes to this bug.