Closed
Bug 16876
Opened 25 years ago
Closed 25 years ago
clicking on submenu dismisses menu
Categories
(Core :: XUL, defect, P3)
Tracking
()
M15
People
(Reporter: dbaron, Assigned: mikepinkerton)
References
Details
DESCRIPTION: When clicking on a submenu in an XP Menu (for example File |
New), the parent menu disappears. Instead, either nothing should happen
or the submenu should be open in a more sticky manner.
STEPS TO REPRODUCE:
* load apprunner
* click File (menu)
* click New (second item)
ACTUAL RESULTS:
* File menu is closed
EXPECTED RESULTS:
either
a) nothing
b) New menu is opened in a sticky state, so that it isn't closed until:
* a menuitem is selected
* another submenu or menu is selected
* user clicks outside of menus or hits ESC
(i.e., all the usual reasons for closing a submenu -- I may have missed
some -- except the mouse moving out)
DOES NOT WORK CORRECTLY ON:
* Linux, apprunner, 1999-10-19-08-M11
Reporter | ||
Updated•25 years ago
|
Summary: XFMenus: clicking on submenu dismisses menu → XPMenus: clicking on submenu dismisses menu
Updated•25 years ago
|
Assignee: trudelle → saari
Target Milestone: M12
Comment 1•25 years ago
|
||
Verified using today's opt bits on Win98.
This is timing related. For example, if you click New before the New submenu
appears, there is no problem. If you wait until the submen appears, then click
New, both menus are dismissed.
Assigning to saari as p3 for m12
Comment 2•25 years ago
|
||
Isn't this a dupe of bug #15526?
Comment 3•25 years ago
|
||
mass-moving all m12 bugs to m13
Comment 4•25 years ago
|
||
spam: changing qa contact from ckritzer -> paulmac for xul bugs
Updated•25 years ago
|
Component: XUL → XPMenus
QA Contact: paulmac → sairuh
Summary: XPMenus: clicking on submenu dismisses menu → clicking on submenu dismisses menu
Comment 5•25 years ago
|
||
Paul, i reassigned QA contact to me & updated component...
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M13 → M15
Assignee | ||
Updated•25 years ago
|
Assignee: saari → pinkerton
Status: ASSIGNED → NEW
Assignee | ||
Comment 8•25 years ago
|
||
Taking menu/popup bugs.
Comment 9•25 years ago
|
||
Just like it works on a menubar, clicking twice on item with submenu should
toggle the visibility of the item.
See also #13334
Comment 10•25 years ago
|
||
No one answered, so I'll ask again, is this a dupe?
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 11•25 years ago
|
||
I think matty is right.
Marking as a dup of bug #15526.
*** This bug has been marked as a duplicate of 15526 ***
Comment 12•25 years ago
|
||
BULK MOVE: Changing component from XP Menus to XP Toolkit/Widgets: Menus. XP
Menus component will be deleted.
Component: XPMenus → XP Toolkit/Widgets: Menus
Component: XP Toolkit/Widgets: Menus → XUL
QA Contact: bugzilla → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•