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

Firefox 59 tabbing gets stopped at anchor tags #24

Closed
itsdouges opened this issue Mar 18, 2018 · 5 comments
Closed

Firefox 59 tabbing gets stopped at anchor tags #24

itsdouges opened this issue Mar 18, 2018 · 5 comments

Comments

@itsdouges
Copy link

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?

@theKashey
Copy link
Owner

Task 1. disable FocusLock and try to repeat.

As I could see FF does not tab on anchors. It just ignores them, (as Safary could do, ie you have to press Option+Tab to tab to "non-input")

How to fix: I've tried all keyboard combination, and I still can't focus on links. Bloody hell! We are dooooomed!

@theKashey
Copy link
Owner

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
https://stackoverflow.com/questions/11704828/how-to-allow-keyboard-focus-of-links-in-firefox

@theKashey
Copy link
Owner

screen shot 2018-03-19 at 1 27 10 pm

FireFox just follows system settings, and focus-lock follow browser behaviour.

@theKashey
Copy link
Owner

I should point this in readme.

@ryancalhoun
Copy link

Also, FireFox has to be restarted before the change takes effect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants