Bug 17943
Summary: | Holding shift should open the Web Inspector views in docked mode | ||
---|---|---|---|
Product: | WebKit | Reporter: | Luke Iannini <luke> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Enhancement | CC: | timothy |
Priority: | P2 | ||
Version: | 525.x (Safari 3.1) | ||
Hardware: | All | ||
OS: | All |
Luke Iannini
The new key commands for opening the Web Inspector are great, but often I'll want to open the Inspector docked. Currently that requires a key command and a click; it would be great to just add a shift modifier to the existing command-option commands that opens each in docked mode rather than a separate window.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Matt Lilek
I'm not sure whether this is a Safari bug or a WebKit bug (perhaps it's both). The actual Cmd + option + I shortcut is a Safari thing, but should we also dock it when you select "Inspect Element" from the context menu with shift?
Timothy Hatcher
Good point. I think it is both a Safari bug and a WebKit one.
Timothy Hatcher
The fix for bug 14271 will make this unneeded. We will now remember the docked state, and we dock by default.