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

Unnecessary focus/blur on keyup. #103

Open
patricknelson opened this issue Oct 15, 2015 · 0 comments
Open

Unnecessary focus/blur on keyup. #103

patricknelson opened this issue Oct 15, 2015 · 0 comments

Comments

@patricknelson
Copy link

Net result is that attempting to use the spacebar to open the drop-down in IE 11 will fail, as the menu displays and disappears immediately. I believe this is a legacy of the following old commit:
9ba52e9

The current code is located here, so this should be removed (linking to specific commit for posterity since this repo hasn't been updated in ages):

$select.trigger('blur.customSelect');

patricknelson added a commit to patricknelson/jquery.customSelect that referenced this issue Oct 15, 2015
…ocus fix from this old comment probably no longer necessary as a fix in Firefox: adamcoulombe@9ba52e9
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

1 participant