Closed
Bug 32685
Opened 25 years ago
Closed 24 years ago
using keyboard, can still pop out submenus for disabled menu items
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
VERIFIED
FIXED
People
(Reporter: dean_tessman, Assigned: mikepinkerton)
References
()
Details
(Whiteboard: [nsbeta3-])
Attachments
(1 file)
Use the keyboard to navigate to the View > Use Stylesheet menu item, which is
disabled and has a submenu associated with it. Press the right arrow.
Actual Results: The associated submenu opens.
Expected Behavior: Based on Windows menu behavior, the next item on the menu
bar, Search in this example, should be opened.
OS: NT4 sp6a
Build: 2000032108
Reporter | ||
Comment 2•25 years ago
|
||
You know me and menus!
Comment 3•25 years ago
|
||
confirmed on Debian Linux/PowerPC, changing to XP.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows NT → All
Hardware: PC → All
Reporter | ||
Comment 4•25 years ago
|
||
I've got a fix for this at home. It would be attached by now if my stupid %@#$
internet connection hadn't gone down last night.
Reporter | ||
Comment 5•25 years ago
|
||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → M17
Reporter | ||
Comment 7•25 years ago
|
||
Adding 'patch' keyword. Should have done this a while back.
Keywords: patch
Comment 8•25 years ago
|
||
mass-moving all bugs to m21 that are not dofood+, or nsbeta2+
Target Milestone: M18 → M21
Comment 9•25 years ago
|
||
*spam*: transferring current XP Menu bugs over to jrgm, the new component owner.
feel free to add me to the cc list (unless am the Reporter) of any of these, if
you have any questions/etc.
QA Contact: sairuh → jrgm
Comment 10•24 years ago
|
||
nsbeta3-, but not futuring since we could still take the patch. ->pinkerton
Assignee: hyatt → pinkerton
Status: ASSIGNED → NEW
Whiteboard: [nsbeta3-]
Comment 11•24 years ago
|
||
*** Bug 43740 has been marked as a duplicate of this bug. ***
Comment 12•24 years ago
|
||
r=blake
Comment 13•24 years ago
|
||
a=waterson
Assignee | ||
Comment 14•24 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 15•24 years ago
|
||
Hey, I didn't make it as a contributor in two of the three files - what a rip!
(Just jokin')
Comment 16•24 years ago
|
||
Adding keyword to bugs with nsbeta3 triage value in status whiteboard so
tracking queries will not be misled
Keywords: nsbeta3
Reporter | ||
Comment 17•24 years ago
|
||
verified fixed on WinNT using build 2000081404. I couldn't find a disabled menu
with a submenu anymore in Mozilla, so I had to go into navigatorOverlay.xul and
change:
<menu value="&useStyleSheetMenu.label;" disabled="false">
to:
<menu value="&useStyleSheetMenu.label;" disabled="true">
Status: RESOLVED → VERIFIED
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
•