dependent window loses visibility after closing another dependent window
Categories
(Core :: Widget: Win32, defect)
Tracking
()
People
(Reporter: michael.tibben, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
3.17 KB,
application/x-zip-compressed
|
Details |
Comment 1•21 years ago
|
||
Comment 2•21 years ago
|
||
Comment 3•20 years ago
|
||
Reporter | ||
Comment 4•20 years ago
|
||
Comment 5•20 years ago
|
||
Reporter | ||
Updated•18 years ago
|
Comment 6•18 years ago
|
||
Comment 7•18 years ago
|
||
Comment 8•18 years ago
|
||
Comment 9•18 years ago
|
||
Comment 10•18 years ago
|
||
Comment 11•18 years ago
|
||
Comment 12•18 years ago
|
||
Comment 13•18 years ago
|
||
Comment 14•17 years ago
|
||
Comment 15•17 years ago
|
||
Comment 16•16 years ago
|
||
Comment 17•16 years ago
|
||
Comment 18•15 years ago
|
||
Comment 19•15 years ago
|
||
Comment 20•15 years ago
|
||
Comment 21•15 years ago
|
||
Updated•15 years ago
|
Comment 22•3 years ago
|
||
Based on my understanding of this bug, and testing with the browser console in release Firefox 96.0 on Windows 11, this appears to work correctly now using the method mentioned in comment 18:
window.open("http://www.mozilla.org",new Date().getTime(),"width=800,height=600,resizable,dependent,chrome");
The first dependent window stays in front, just like the second. The part I'm not sure about is when clicking on the browser console, it will be brought to the foreground, covering dependent windows. However, when closing dependent windows, any remaining ones will again appear in front of the browser console, no matter which dependent window is closed first. If dependent windows should not be moved to the background of the browser console when the browser console is activated, then this would be a different bug and we should open a new one.
Description
•