Closed
Bug 907961
Opened 12 years ago
Closed 11 years ago
F12 in Detached Devtools Window should close it
Categories
(DevTools :: Framework, enhancement)
DevTools
Framework
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 999568
People
(Reporter: bbenvie, Unassigned)
Details
Attachments
(1 file)
|
2.23 KB,
patch
|
pbro
:
feedback+
|
Details | Diff | Splinter Review |
F12 in detached devtools window currently does nothing. It should follow the behavior of the docked devtools and close itself.
Updated•12 years ago
|
Severity: normal → enhancement
Comment 1•11 years ago
|
||
Can I be assigned to this bug ?
I am working on https://bugzilla.mozilla.org/show_bug.cgi?id=999568 (F12 should bring devtools to the foreground). It would be nice to implement this one as well, since they are functionally related.
Comment 2•11 years ago
|
||
Added new entity for F12 in toolbox.dtd.
Added new key in toolbox-keyset in toolbox-window.xul (should not interfere with
F12 defined in main window)
For the tests I would like to merge the test for this one and for bug 999568 and generate keyboard events.
@patrick : Should we merge the issues and only work in bug 999568 ?
Flags: needinfo?(pbrosset)
Attachment #8597846 -
Flags: feedback?(pbrosset)
Comment 3•11 years ago
|
||
Comment on attachment 8597846 [details] [diff] [review]
bug907961.patch
Review of attachment 8597846 [details] [diff] [review]:
-----------------------------------------------------------------
This looks great.
The only thing is that there's a second way to toggle the devtools:
alt-cmd-I (on Mac, and whatever is equivalent on Windows).
See: http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser-sets.inc#311
Attachment #8597846 -
Flags: feedback?(pbrosset) → feedback+
Comment 4•11 years ago
|
||
(In reply to julian.descottes from comment #2)
> For the tests I would like to merge the test for this one and for bug 999568
> and generate keyboard events.
>
> @patrick : Should we merge the issues and only work in bug 999568 ?
Sure, fine with me. These issues are sufficiently related that we can tackle both in just one bug, especially if it makes more sense for you to write the test(s).
I'll mark this one as duplicate of the other, and copy the description over.
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(pbrosset)
Resolution: --- → DUPLICATE
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•