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

Tabbing doesn't work correctly in Safari for profile form #2461

Closed
ajrobbins opened this issue Nov 1, 2017 · 2 comments
Closed

Tabbing doesn't work correctly in Safari for profile form #2461

ajrobbins opened this issue Nov 1, 2017 · 2 comments
Assignees
Labels
+ User Accounts WPF Funding Source: William Penn Foundation WPF 1-5

Comments

@ajrobbins
Copy link

In Chrome, tabbing works as expected for the new profile form upon signup/profile completion - I can tab from each field to the next. In Safari, tabbing skips the dropdown fields entirely.

Expected: tabbing would move you to the next field as it does in Chrome. For dropdowns, the element is selected on tab and opened with enter.

@ajrobbins ajrobbins added + 1 WPF Funding Source: William Penn Foundation queue User Accounts and removed 1 labels Nov 1, 2017
@arottersman arottersman self-assigned this Nov 2, 2017
@arottersman
Copy link

This happens because, by default, Safari disables tab access to nonform elements. There's an issue in bootstrap-select for this that links to a suggestion to just enable tab access on safari
screen shot 2017-11-02 at 10 27 19 am

It's still possible to access these elements via Option + Tab without enabling it.

If we really need to allow it, we could implement programatic tabbing to override the safari setting, but that feels a little nasty. @ajrobbins any input on how/if we should handle this?

@ajrobbins
Copy link
Author

Given that explanation, I think we should make no change. Thanks for investigating, @arottersman

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
+ User Accounts WPF Funding Source: William Penn Foundation WPF 1-5
Projects
None yet
Development

No branches or pull requests

3 participants