Open
Bug 1117004
Opened 10 years ago
Updated 3 years ago
area elements not focusable while associated image is still loading
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: mail, Unassigned)
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:
1. declare a <map name="the-map">
2. make an use that map <img usemap="#the-map">
3. throttle your bandwidth
Live test case: http://medialize.github.io/ally.js/tests/browser-bugs/gecko-area-loaded.html
Actual results:
before the `load` event on the <img> the <area> elements of the associated <map> are neither focusable nor tabbable.
Also reproducible in Firefox Nightly 37.0a1 (2014-12-20).
Expected results:
I can focus and tab to <area> elements of <map>s of <img>s that haven't fully loaded yet. Every browser but Firefox allows this.
Possibly related to https://bugzilla.mozilla.org/show_bug.cgi?id=8131
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Product: Core Graveyard → Core
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•