Closed
Bug 720631
Opened 14 years ago
Closed 1 year ago
window.close is handled differently when there's an error in the window.open
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: nhirata, Unassigned)
Details
Attachments
(1 file)
|
285 bytes,
text/html
|
Details |
1. disable popups in the preferences
2. open the test file
Expected: 1 window that says blah
Actual: 2 windows, one that says blah and another one that is smaller that's opened
Note:
if you change the window.open line to :
var newWin=window.open(asdfasd,"newWin","width=200,height=100",false);
You will see an error in the console, but only one window will remain open.
Occurs in 9, and nightly.
Comment 1•13 years ago
|
||
A couple of questions:
- Exactly how do I disable popups in the preferences?
- Do you have a regression range for this?
| Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•