Closed
Bug 166176
Opened 22 years ago
Closed 22 years ago
accesskey doesn't work with select element
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 150417
People
(Reporter: matl, Assigned: aaronlev)
Details
Attachments
(1 file)
8.67 KB,
text/html
|
Details |
accesskey does not work on select element, it is ignored
Reporter | ||
Comment 1•22 years ago
|
||
Comment 2•22 years ago
|
||
keyboard nav
Assignee: jkeiser → aaronl
Status: UNCONFIRMED → NEW
Component: HTML Form Controls → Keyboard Navigation
Ever confirmed: true
QA Contact: tpreston → sairuh
reporter, could you give more detail of this bug? which accesskey doesn't work?
accesskey for <select> or accesskey for mozilla? if later, this could be a dup
of bug 119696.
Assignee | ||
Comment 4•22 years ago
|
||
I think he's saying that when you run his testcase, you should be able to type
Alt+M to focus "Mesic"
In particular, this is the source in his testcase that should make it happen:
<label><u>m</u>esic
<select accesskey="m">
<option>leden</option>
<option>unor</option>
<option>brezen</option>
<option>duben</option>
</select>
</label>
Comment 5•22 years ago
|
||
*** This bug has been marked as a duplicate of 150417 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Comment 6•22 years ago
|
||
mass-verification of Duplicates.
mail search string for bugspam: SolarFlaresAreTheCause
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•