-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
tab key skips selectpicker inputs on Mac #478
Comments
Same here, just got this issure raised by the client. |
Same here. Still valid on Safari 8.0 on Mac Yosemite |
Still an issue here - works in Chrome and Firefox but not on Safari |
Still an issue on Safari (9.1). Also on Safari Tech Preview (9.1.1). |
I had the same issue, and it seems you need to enable tab access in Safari as described here. |
@jchernan But we can't rely on users having this enabled. Furthermore, tab works just fine in Safari for regular form fields. Has anyone found a better workaround? |
…ws tabbing to selectpickers on Safari (Safari doesn't supporting tabbing to buttons by default) (#478)
Released in v1.13.17! |
Safari 6.1.1, Mac: using the tab key ignores (skips) all .selectpicker inputs. Works fine in Firefox 27 and Chrome 32. To test, try using the tab key in the bootstrap-select demo in Safari.
The text was updated successfully, but these errors were encountered: