Closed
Bug 58419
Opened 25 years ago
Closed 24 years ago
[Javascript] window.onblur=self.close; does not close window at the onblur event
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
mozilla0.9.1
People
(Reporter: gmc, Assigned: joki)
References
Details
(Keywords: dom0)
[Javascript]
window.onblur=self.close; // does not close window at the onblur event
Comment 2•25 years ago
|
||
Browser, not engine --> DOM Level 0
Assignee: rogerl → jst
Component: Javascript Engine → DOM Level 0
QA Contact: pschwartau → desale
| Reporter | ||
Comment 5•24 years ago
|
||
More generally:
window.close();
document.close();
self.close();
none of these functions work. ie: the window object cannot close itself.
| Assignee | ||
Comment 6•24 years ago
|
||
Setting milestone.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.1
| Assignee | ||
Comment 8•24 years ago
|
||
The window control code has changed a lot for 6.5 and this seems to work okay
now. window.close and self.close both work correctly. Document.close is a
different function which shouldn't close the window anyway.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•