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)
Tracking
()
VERIFIED
FIXED
M10
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>
...
Updated•25 years ago
|
Assignee: trudelle → saari
Target Milestone: M10
Comment 1•25 years ago
|
||
assigning to saari as p3 for m10
Updated•25 years ago
|
Assignee: saari → hyatt
Comment 2•25 years ago
|
||
XPMenus issue... reassigning to hyatt
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•25 years ago
|
||
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
Comment 5•25 years ago
|
||
Sorry for spam, re-assigning phillip's QA contact XPToolkit/XPWidget bugs to
claudius due to restructure
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•25 years ago
|
||
v
You need to log in
before you can comment on or make changes to this bug.
Description
•