Open
Bug 672039
Opened 14 years ago
Updated 3 years ago
[imagemap] when two images use the same imagemap, the focus sequence (using the TAB key) is broken
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
NEW
People
(Reporter: julienw, Unassigned)
References
Details
Attachments
(1 file)
|
18.94 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20100101 Firefox/6.0
Build ID: 20110705195857
Steps to reproduce:
In the testcase, just use the <tab> key to cycle through all the focussable html elements.
Actual results:
After the first imagemap is focussed (note: it seems we don't see the focus ring when two images use the same map), the sequence continues after the second imagemap.
Expected results:
It should have focussed the link that is between the two imagemaps.
| Reporter | ||
Updated•14 years ago
|
Attachment #546321 -
Attachment mime type: text/plain → text/html
| Reporter | ||
Comment 1•14 years ago
|
||
There is also a similar behaviour when using "shift + TAB" to go in reverse direction.
| Reporter | ||
Comment 2•8 years ago
|
||
This is still happening today.
Now what happens is that the 2 image maps are focused in the same time. But we still miss the link that's in the middle.
Status: UNCONFIRMED → NEW
Component: General → Event Handling
Ever confirmed: true
Product: Firefox → Core
| Reporter | ||
Comment 3•8 years ago
|
||
(Chrome isn't better on this testcase)
| Assignee | ||
Updated•7 years ago
|
Component: Event Handling → User events and focus handling
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•