Open
Bug 1116126
Opened 8 years ago
Updated 6 months ago
Multiple use of same image map hides elements from tabbing sequence
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
NEW
People
(Reporter: mail, Unassigned)
Details
(Keywords: reproducible, testcase)
Attachments
(1 file)
2.19 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:34.0) Gecko/20100101 Firefox/34.0 Build ID: 20141125180439 Steps to reproduce: I used the same <map> element with two <img>s and tried to <kbd>Tab</kbd> through the document. Live test case: http://medialize.github.io/ally.js/tests/browser-bugs/gecko-image-map.html Actual results: When tabbing through the document, every focusable/tabbable element between the two <img>s is ignored - they're effectively hidden from the tabbing sequence. Also reproducible in Firefox Nightly 37.0a1 (2014-12-20). Expected results: Every tabbable element between the two <img>s should've been able to receive focus upon <kbd>Tab</kbd>
Updated•8 years ago
|
Component: Untriaged → Keyboard: Navigation
OS: Mac OS X → All
Product: Firefox → Core
Hardware: x86 → All
Updated•8 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•8 years ago
|
Keywords: reproducible,
testcase
Assignee | ||
Updated•4 years ago
|
Component: Keyboard: Navigation → User events and focus handling
Updated•6 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•