-
Notifications
You must be signed in to change notification settings - Fork 69
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
Firefox 59 tabbing gets stopped at anchor tags #24
Comments
Task 1. disable FocusLock and try to repeat. As I could see FF does not How to fix: I've tried all keyboard combination, and I still can't focus on links. Bloody hell! We are dooooomed! |
This is OSX behaviour. Could be "fixed" in settings, or overridden in FF configs. But there is nothing I could do. https://stackoverflow.com/questions/3846868/why-wont-tabindex-work-with-firefox |
I should point this in readme. |
Also, FireFox has to be restarted before the change takes effect. |
hey kash.
see: https://codesandbox.io/s/1w6x7llll in firefox
tab
through it, you'll see it stops at the anchor tags.tab + shift
backwards through it, you'll see it jump to the last anchor, then skip to the "close modal" button, and the continue on.any ideas why this would happen?
The text was updated successfully, but these errors were encountered: