Closed
Bug 97953
Opened 23 years ago
Closed 23 years ago
Collapse toolbars and open a new window with JS propagates the toolbar.
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
People
(Reporter: mgalli, Assigned: paulkchen)
References
()
Details
Tested with [Mozilla]
Mozilla 0.9.3+
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.3+) Gecko/20010831
---
Collapse some of your toolbars. Then go to a web site that opens a JS window
(window.open). LIke the URL above. Click the "calculator link".
Note that in the new window, you will see the toolbar collapsed. Also, if you
click the toolbar, to expand, it will disappear.
Sure 'nuff.
I don't know enough about the code, but p'raps mozilla when creating a new
window using window.open only removes non-collapsed menus. You expand the
window, and it attempts to add one, is denied, so it just disappears. Probably
just has to make certain it checks for collapsed menus.
Tested with URL from another bug, http://www.thc-tsg.com/temp.html
Expanding menu the window.open had enabled does not cause it to disappear.
Ok, picking up on procedures here.
Confirming on Windows build 2001082508 but unable to change status to new.
Oh, and my abysmal communication skills.
"You expand the window, and it attempts to add one, is denied, so it just
disappears."
try
"You expand the menu, it attempts to display it, is denied, so it just disappears"
Comment 3•23 years ago
|
||
pretty sure this is already reported.
Assignee: asa → pchen
Component: Browser-General → XP Apps
QA Contact: doronr → sairuh
Whiteboard: DUPEME
Comment 4•23 years ago
|
||
yup, this is a bug I reported, 57022, though your description is better than mine :)
*** This bug has been marked as a duplicate of 57022 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•