WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
72826
Web Inspector: Use context menu to switch views of node in console
https://bugs.webkit.org/show_bug.cgi?id=72826
Summary
Web Inspector: Use context menu to switch views of node in console
Steven Roussey
Reported
2011-11-20 10:55:34 PST
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.
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