Closed
Bug 659775
Opened 13 years ago
Closed 12 years ago
When the Web Console is in a separate window, Ctrl+W/Cmd+W should close it
Categories
(DevTools :: Console, defect, P3)
DevTools
Console
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jruderman, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: dataloss, Whiteboard: [testday-20110610])
Steps to reproduce:
1. Open the Web Console (Cmd+Shift+k).
2. In the Web Console, select Position > Window.
3. Press Cmd+W.
Expected: Web Console closes
Result: Nothing happens, or the web page behind the Web Console closes!?
Comment 1•13 years ago
|
||
yeah - this SUCKS. I opened bug 646816 to allow for panels to behave like windows, which needs to be fixed for this to work. Otherwise we refactor the "console in window" in an actual window, which is a huge pain
Comment 2•13 years ago
|
||
cmd-shift-k will close the console again though.
I'm not sure we want to hijack the cmd-w shortcut to close the console, though it is kind of jarring. The uncanny valley of panels.
Comment 3•13 years ago
|
||
(In reply to comment #2)
> cmd-shift-k will close the console again though.
>
> I'm not sure we want to hijack the cmd-w shortcut to close the console, though
> it is kind of jarring. The uncanny valley of panels.
This is specifically about when it's a window, not a panel.
Comment 4•13 years ago
|
||
(In reply to comment #2)
> cmd-shift-k will close the console again though.
>
> I'm not sure we want to hijack the cmd-w shortcut to close the console,
> though it is kind of jarring. The uncanny valley of panels.
Users think it is a window though, and it will just piss them off. this is really a xul widget issue that needs to be resolved. This is partially a dupe of bug 646816
Comment 5•13 years ago
|
||
→ All, needed on other platforms, too.
OS: Mac OS X → All
Hardware: x86_64 → All
Summary: When the Web Console is in a separate window, Cmd+W should close it → When the Web Console is in a separate window, Ctrl+W/Cmd+W should close it
Whiteboard: [testday-20110610]
Comment 6•13 years ago
|
||
Should bug 646816 block bug 663477 as well?
Comment 7•13 years ago
|
||
Aleksej, it feels very related so i'd block on that too
Updated•13 years ago
|
Priority: -- → P3
Comment 8•12 years ago
|
||
triage. Filter on PINKISBEAUTIFUL
Component: Developer Tools → Developer Tools: Console
Comment 9•12 years ago
|
||
This is no longer a valid bug. The developer tools toolbox landed. The Web Console no longer uses a xul:panel of its own.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Reporter | ||
Updated•12 years ago
|
Resolution: INVALID → FIXED
Reporter | ||
Comment 10•12 years ago
|
||
Yep, it works correctly for me now. The new steps are:
1. Open the Web Console (Cmd+Alt+k).
2. Move the Web Console to its own window (button in the top left of the console)
3. Press Cmd+W.
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•