Bug 72826
Summary: | Web Inspector: Use context menu to switch views of node in console | ||
---|---|---|---|
Product: | WebKit | Reporter: | Steven Roussey <sroussey> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | apavlov, burg, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Steven Roussey
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |