[Webkit-unassigned] [Bug 14368] New: Nodes in the Console should be expandable trees

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 24 13:30:56 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14368

           Summary: Nodes in the Console should be expandable trees
           Product: WebKit
           Version: 522+ (nightly)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com
                CC: timothy at hatcher.name


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.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list