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)
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
<rdar://problem/5712820>
Timothy Hatcher
This was fixed.