Closed
Bug 161241
Opened 23 years ago
Closed 23 years ago
onClick window.close
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 103452
People
(Reporter: fabian.paganotto, Assigned: rogerl)
Details
Using a page with the function window.close or self.close in a browser with tabs
closes the whole window instead just the tab.
Example
<form>
<p>
<input type="button" name="CloseWindow" value="Close Window"
onclick="self.close()">
</p>
</form>
Comment 1•23 years ago
|
||
Please always add your build ID to any bug that you submit.
Please use a recent build in order to submit usefull bugs, this one has been
fixed for some time.
*** This bug has been marked as a duplicate of 103452 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•