[Webkit-unassigned] [Bug 72826] New: Web Inspector: Use context menu to switch views of node in console

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 20 10:55:35 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=72826

           Summary: Web Inspector: Use context menu to switch views of
                    node in console
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sroussey at gmail.com
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com, apavlov at chromium.org,
                    loislo at chromium.org


Currently, if you issue $$('body')[0] on the command line you get the element display in the console. The context menu lets you see it in the element panel. But most people don't know they can get the object view by using dir($$('body')[0]) in the console. Using the context menu, you should be able to switch views. Extensions should be able to tap into this as well. Also Cntl-Return (or similar) should always return the object view instead of the element view. I rarely want to see the element view from the command line.

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



More information about the webkit-unassigned mailing list