Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image map is ignored in browse mode #6051

Closed
cyberseraphic opened this issue Jun 8, 2016 · 1 comment
Closed

Image map is ignored in browse mode #6051

cyberseraphic opened this issue Jun 8, 2016 · 1 comment
Labels
Milestone

Comments

@cyberseraphic
Copy link

Example page:
http://www.qantas.com/travel/airlines/walkabout/us/en

Below the tab navigation bar (Nature & Wildlife, ... , Videos) there is an image map with 4 links. Using Tab key on the keyboard to navigate the page results in each of the links being read and achieving focus.

Using the arrow key to navigate the page however, results in the image map links being ignored completely. One expects that it would also read the links.

The behaviour was observed on NVDA 2016.1 and Firefox 46 / Internet Explorer 11.

@jcsteh jcsteh changed the title Image map is ignored in read mode Image map is ignored in browse mode Jun 28, 2016
@nvaccessAuto nvaccessAuto added the p2 label Jul 5, 2016
@feerrenrut feerrenrut self-assigned this Aug 8, 2016
@feerrenrut
Copy link
Contributor

Can reproduce with FireFox 47.0.1. In Chrome I get the following output from NVDA when moving with the down arrow:

heading  level 2
Nature & Wildlife
link
d787
link
d4863-ttd
link
d5598-ttd
link
en
heading  level 3
Use our multi-city booking engine to search and book your flights from the US to over 

feerrenrut added a commit that referenced this issue Aug 9, 2016
feerrenrut added a commit that referenced this issue Aug 9, 2016
Consider elements with `role == ROLE_SYSTEM_GRAPHIC` as image maps if
they have children, and then render the children.

Fix for #6051.
feerrenrut added a commit that referenced this issue Aug 16, 2016
Re issue: #6051
Merge branch 'i6051_imageMapIsIgnoredInFF' into next
feerrenrut added a commit that referenced this issue Aug 31, 2016
In Mozilla Firefox, don't use name as content when image has children

Consider elements with `role == ROLE_SYSTEM_GRAPHIC` as image maps if
they have children, and then render the children.

Fix for issue #6051.
feerrenrut added a commit that referenced this issue Aug 31, 2016
- Image maps now render as expected in browse mode in Mozilla Firefox. (#6051)
@feerrenrut feerrenrut added this to the 2016.4 milestone Aug 31, 2016
@feerrenrut feerrenrut removed their assignment Aug 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants