Closed
Bug 125126
Opened 24 years ago
Closed 24 years ago
a page's close-browser command should only close its own tab
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 103452
People
(Reporter: cooperg, Assigned: joki)
Details
Situation:
a page, say A.HTML, opens up a new window, B.HTML.
The user opens extra tabs in the new window, C.HTML and D.HTML.
a "Close Browser Window" command is sent for B.HTML (as after a form submission, for example).
Error:
The browser window closes, killing B.HTML (as intended), C.HTML, and D.HTML.
Suggestion:
The tab requesting the browser close event (B.HTML) should be closed only, leaving C.HTML and D.HTML visible.
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•23 years ago
|
QA Contact: madhur → rakeshmishra
Updated•23 years ago
|
QA Contact: rakeshmishra → trix
Updated•7 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•