Closed
Bug 104887
Opened 24 years ago
Closed 24 years ago
Tabbed browsing: window.close() closes window instead of tab
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 103452
People
(Reporter: kitame, Assigned: asa)
Details
Steps to reproduce:
* Create a page like:
,----[ foo.html ]
| <body onLoad="window.close()"></body>
`----
* Start up mozilla
* Create a new tab (Ctrl-T)
* Load foo.html into one of the two tabs
=> Mozilla will close the window (and exit as this was the only
window). The correct behavior would be to just close the tab into
which the page was loaded.
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 103452 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•