Closed
Bug 941516
Opened 11 years ago
Closed 11 years ago
esc key triggers window.close()
Categories
(Websites :: Tabzilla, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: icaaq, Unassigned)
Details
1. Press Cmd+N to open a new browser window, then type https://www.mozilla.org/en-US/ in the address bar and press Enter
2. tab once to set focus tabzilla
3. press enter to open tabzilla
4. press esc to close tabzilla
5. look in the console and see "Scripts may not close windows that were not opened by script. tabzilla.js:336"
This will e fixed by calling Tabzilla.close(); on row 336 instead of just close();
Comment 1•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/d2738cdb1e7e6b3f5fbdcf7c510365d6088d003b
call Tabzilla.close() instead of close()
fixes bug 941516
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•