Closed
Bug 859012
Opened 12 years ago
Closed 11 years ago
Pressing ESC when a panel is open should hide the panel
Categories
(Add-on SDK Graveyard :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: evold, Unassigned)
References
Details
With this panel:
let previewPanel = Panel({
width: 1200,
height: 400
});
pressing ESC hides the panel, but with this panel:
let previewPanel = Panel({
width: 1200,
height: 400,
focus: false
});
Pressing ESC will hide the panel then show it again immediately. Pressing ESC for this panel should simply hide it.
Priority: -- → P2
Updated•12 years ago
|
Assignee: nobody → jsantell
Comment 1•12 years ago
|
||
Currently working, Erik, can you provide how you're toggling/using these panels to cause this issue?
Flags: needinfo?(evold)
Comment 2•12 years ago
|
||
Still an issue: "it's still an issue, try my page-portals add-on and log in to github with a portal" - Erik
Flags: needinfo?(evold)
| Reporter | ||
Comment 3•12 years ago
|
||
Alright, cfx run https://github.com/erikvold/ubilite-jetpack, and type `google test` in the url bar, then press `esc`
| Reporter | ||
Comment 4•12 years ago
|
||
I suspect this is due to bug 888688, but we should at least get a test in before closing this bug.
Depends on: 888688
Updated•12 years ago
|
Assignee: jsantell → nobody
| Reporter | ||
Comment 5•11 years ago
|
||
Alright I think this is working now.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•