Closed
Bug 254633
Opened 21 years ago
Closed 21 years ago
<label for=> accesskey overrides menu accelerator key
Categories
(Firefox :: Keyboard Navigation, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 128452
People
(Reporter: grg, Assigned: aaronlev)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040806 Firefox/0.9.1+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040806 Firefox/0.9.1+
If a <label for="..." accesskey="..."> access key conflicts with the accelerator
key for a menu then the accesskey takes precedence.
I would expect that the Menu accelerator keys should always have precedence over
shortcut keys defined in a page.
Reproducible: Always
Steps to Reproduce:
1. Go to http://bugzilla.mozilla.org/show_bug.cgi?id=100000
2. Press Alt-T.
Actual Results:
The Target Milestone drop-down box is selected.
Expected Results:
The Tools menu is selected.
The problem can be worked around by pressing and releasing Alt activate the menu
bar and then pressing the desired accelerator key.
Comment 1•21 years ago
|
||
Dupe of Suite bug. Workaround is to redefine your key bindings in user.js, eg:
pref("ui.key.accelKey", 17);
pref("ui.key.generalAccessKey", 224);
pref("ui.key.menuAccessKey", 18);
*** This bug has been marked as a duplicate of 128452 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•