Closed Bug 11181 Opened 25 years ago Closed 25 years ago

Menus: accesskey attribute on <menu> tag doesn't work on menus in dialogs

Categories

(Core :: XUL, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: slogan, Assigned: hyatt)

Details

In the following, the '_' character is displayed, meaning accesskey was parsed. But hitting ALT-F does not cause the file menu to display. It works fine for main app window (navigator.xul) in same exeutable, but in a dialog window, doesn't work. <!ENTITY fileMenu.label "File"> <!ENTITY fileMenu.accesskey "F"> ... <menubar> <menu accesskey="&fileMenu.accesskey;" value="&fileMenu.label;"> <menupopup> <menuitem value="&fileNewCmd.label;" onaction=""/> <menuitem value="&fileSaveCmd.label;" onaction=""/> <menuitem value="&filePrintCmd.label;" onaction=""/> </menupopup> </menu> </menubar> ...
Assignee: trudelle → saari
Target Milestone: M10
assigning to saari as p3 for m10
Assignee: saari → hyatt
XPMenus issue... reassigning to hyatt
Status: NEW → ASSIGNED
Could you re-verify this? This stuff was broken for a day or two, and you may have just been caught by that bustage.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Seems to be working now.
Sorry for spam, re-assigning phillip's QA contact XPToolkit/XPWidget bugs to claudius due to restructure
Status: RESOLVED → VERIFIED
v
You need to log in before you can comment on or make changes to this bug.