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)

x86
macOS
defect

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.
Assignee: nobody → jsantell
Currently working, Erik, can you provide how you're toggling/using these panels to cause this issue?
Flags: needinfo?(evold)
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)
Alright, cfx run https://github.com/erikvold/ubilite-jetpack, and type `google test` in the url bar, then press `esc`
I suspect this is due to bug 888688, but we should at least get a test in before closing this bug.
Depends on: 888688
Assignee: jsantell → nobody
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.