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

Buttons are not getting focused on iOS #47

Open
moroshko opened this issue Sep 2, 2015 · 1 comment
Open

Buttons are not getting focused on iOS #47

moroshko opened this issue Sep 2, 2015 · 1 comment

Comments

@moroshko
Copy link
Owner

moroshko commented Sep 2, 2015

When moving between input fields using the arrows on iPad, the Font Weight and Accessibility Level buttons are skipped.

@moroshko moroshko added this to the 2.0 milestone Sep 2, 2015
@moroshko moroshko changed the title Buttons are not getting a focused style on iOS Buttons are not getting focused on iOS Sep 17, 2015
@runar
Copy link

runar commented Sep 20, 2019

This does not work in desktop Safari (13.0.1) either. The issue is that Safari skips checkboxes, buttons, and anchors in the tab rotation. To make it work as intended (in desktop Safari, at least), the user will have to enable the «Press Tab to highlight each item on a web page» setting. See this thread for more information: https://stackoverflow.com/questions/1848390/safari-ignoring-tabindex

There seems to be no easy or good way to fix this. Have you considered replacing the buttons with select elements?

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

No branches or pull requests

2 participants