WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
14368
Nodes in the Console should be expandable trees
https://bugs.webkit.org/show_bug.cgi?id=14368
Summary
Nodes in the Console should be expandable trees
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
Add attachment
proposed patch, testcase, etc.
Adam Roben (:aroben)
Comment 1
2008-01-29 10:59:33 PST
<
rdar://problem/5712820
>
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.
Top of Page
Format For Printing
XML
Clone This Bug