kemayo / maphilight

jQuery plugin that adds highlighting to image maps
http://davidlynch.org/projects/maphilight/docs/
MIT License
491 stars 278 forks source link

Can't tab into maphilighted areas on Firefox #67

Closed jordanmt closed 6 years ago

jordanmt commented 8 years ago

I'm not able to tab into areas on Firefox (43.0.4) on initial load. As soon as I mouse over the image, tabbing works and respects the tabindex order.

I made a copy of demo_features.html where focus on areas triggers a mouseover on that area, to make it more visible. Compare this page in Chrome and Firefox.

In Chrome, you can load the page and start tabbing. The first five elements will do their thing, and by the sixth tab you are at the first link in the features list. In Firefox, tabbing fails to focus on anything until your mouse enters the scene, after which it works as expected.

Any ideas for avenues to troubleshoot this are welcome.