Closed
Bug 258403
Opened 20 years ago
Closed 20 years ago
Closing one of multiple dependent windows hide's other child windows
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 258402
People
(Reporter: daniel, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040614 Firefox/0.9
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040614 Firefox/0.9
On a page with multiple dependent windows:
When closing the latest child window, all other child windows gets hidden until
the main window looses focus and gets the focus again.
Reproducible: Always
Steps to Reproduce:
1. Go to a webpage
2. Type the following string into the addressbar and hit enter
javascript:open(location.href,"one","dependent");open(location.href,"two","dependent");
3. Close the upper most window
Actual Results:
The upper most child window closes correctly but the first child window gets hidden.
Expected Results:
The first (and all other) child window should stay visible.
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 258402 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•20 years ago
|
||
I'm sorry for this second post. I don't know what happens here - I havn't posted
it twice consciously but needed to login before *and* after filling the bug.
Maybe something went wrong with bugzilla there.
Thanks anyway.
Comment 3•20 years ago
|
||
Verified as dupe. Maybe someone should look into this.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•