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

Tabindex is required by DropKick #62

Closed
alexeichemenda opened this issue Apr 24, 2012 · 2 comments
Closed

Tabindex is required by DropKick #62

alexeichemenda opened this issue Apr 24, 2012 · 2 comments

Comments

@alexeichemenda
Copy link

On Safari Mac (latest version, 5.1.5), the drop down doesn't close when user clicks somewhere else (blur event).
This happens when you don't put a tabindex in the select attributes. In your explanations, you say :
"DropKick works by transforming your existing, boring into beautiful, customizable HTML dropdowns. THE NAME ATTRIBUTE IS THE ONLY ONE THAT IS REQUIRED." (that is not true, it also requires tabindex on safari) Then you say "You should also set a tabindex attribute to enable navigation via tabbing.", which implies that you can use that plugin with no tab index, wich is incorrect. Can you add those modifications in your explanations ? Thank you. Alexei CHEMENDA

@davebrewer
Copy link

Have also noticed this issue.
I have the issue on Chrome Version 24.0.1312.14 with pages with multiple selects.
The source requires a tabindex property/attribute otherwise the select boxes don't close on blur and you end up with multiple open.
Would be great to add in a fix for this at somepoint. Great Plugin.

Thanks,
Dave

@davebrewer
Copy link

Also Safari Version 6.0.2 (8536.26.17)

@Robdel12 Robdel12 closed this as completed Sep 3, 2013
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