Closed
Bug 45202
Opened 24 years ago
Closed 24 years ago
Open menus are not rolled up when alert or dialog comes up.
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
VERIFIED
FIXED
mozilla1.0
People
(Reporter: jrgmorrison, Assigned: mikepinkerton)
References
Details
(Whiteboard: nsbeta3-)
Attachments
(1 file)
(deleted),
text/html
|
Details |
Overview Description:
Open menus are not rolled up when alert or dialog comes up.
Steps to Reproduce:
Load the attached test case. The test document will throw up an
alert() 10 seconds after it is loaded.
Tests:
(1) Open a top-level menu (e.g. File), and mouseover an item in the
list, or
(2) open the <select> in the body of the page, and mouseover an
item in the list, or
(3) bring up a context menu in the browser, and mouseover an item in
the list.
Then wait for the alert to fire. (A countdown is displayed in
window.status).
Actual Results:
On mac, the open menu is rolled up when the alert comes up[1].
On win32 and linux, the menu stays unrolled and active when the
alert comes up.
([1] actually, on mac, for the purely native menus, the javascript
countdown blocks while the top-level menu is open and the alert is
never thrown up while the menu is open, but that's a different issue.)
Expected Results:
Menus should rollup when a dialog comes up.
Reproducibility: always on win32/linux for top-level menus, context
menus, and HTML select.
Build Date & Platform Bug Found:
2000071108 win95
2000071108 linux
Additional Builds and Platforms Tested On:
WORKS ~CORRECTLY for 2000071108 mac
Reporter | ||
Comment 1•24 years ago
|
||
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → M21
Assignee | ||
Updated•24 years ago
|
Target Milestone: M21 → Future
Assignee | ||
Updated•24 years ago
|
Target Milestone: Future → mozilla1.0
Comment 4•24 years ago
|
||
Marking dependent on 45108. I'm almost positive that these are the exact same
behavior, but I don't want to mark them as dupes.
Comment 5•24 years ago
|
||
What I said in 45108 makes sense for this as well, and the patch seems to fix
it.
Assignee | ||
Comment 6•24 years ago
|
||
fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: Menus → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•