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

chosen:close does not work #2340

Closed
d07RiV opened this issue Jun 5, 2015 · 0 comments · Fixed by #2711
Closed

chosen:close does not work #2340

d07RiV opened this issue Jun 5, 2015 · 0 comments · Fixed by #2711

Comments

@d07RiV
Copy link

d07RiV commented Jun 5, 2015

I have a list with a bunch of selects, and when the user starts dragging an item, I need to close all chosen dropdowns (because it looks weird when you drag an open one).
However, chosen:close event currently uses input_blur, which checks if the mouse is not over the container, otherwise it does nothing.

I changed it to close_field, which does exactly what I need. Is there any reason why the original event uses input_blur instead?

@koenpunt koenpunt added the Bug label Oct 1, 2016
koenpunt added a commit to koenpunt/chosen that referenced this issue Oct 1, 2016
koenpunt added a commit that referenced this issue Oct 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants