Closed
Bug 292339
Opened 20 years ago
Closed 19 years ago
2nd dependent child window closing hides 1st dependant child window.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 243388
People
(Reporter: mknaus, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 Parent browser opens a 1st "dependent" and "alwaysRaised" child window. Parent browser then opens a 2nd "dependent" and "alwaysRaised" child window while the 1st child window is still open. If after the 2nd child has been opened and the 1st child has not received focus since the 2nd child was opened, closing the 2nd child "hides" the first child. Reopening the 2nd child will then show the previously hidden 1st child at its last observed screen location. Reproducible: Always Steps to Reproduce: 1.Open parent browser 2.Using Javascript open a 1st "dependent" and "alwaysRaised" child window. 3.Using Javascript open a 2nd "dependent" and "alwaysRaised" child window. 4.After the 2nd child window is opened, do NOT give the 1st child window focus. 5.Close the 2nd child window. The 1st child window will also seem to close. 6.Reopen the 2nd child window. It will open, and the 1st child window will reappear at its last known screen location. Actual Results: Closing the 2nd child window hides the 1st child window if it has not received focus since the 2nd child window was opened. Expected Results: 2nd child window should have closed, leaving the 1st child window visible. Nothing special. Plain vanilla setup and config, etc.
Comment 1•19 years ago
|
||
*** This bug has been marked as a duplicate of 243388 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•