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

ChosenListBox + CheckBox #32

Closed
daria-garkusha opened this issue Dec 7, 2012 · 1 comment
Closed

ChosenListBox + CheckBox #32

daria-garkusha opened this issue Dec 7, 2012 · 1 comment
Assignees
Labels
Milestone

Comments

@daria-garkusha
Copy link

If you select some value in chosen and immediatly click to CheckBox, you'll get all checkBox events, but after that it's value return back to previous. It happens because chosen binds click event handler to all document and unbinds it only on blur with 100ms delay, but doesn't do that when you select one of its items.
My hack to prevent it: always add one more ChosenChangeHandler to chosen and fire some click event in it (e.g. GQuery.$(Document.get()).click(); ).

@ghost ghost assigned jDramaix Dec 7, 2012
ivmarkov added a commit to ivmarkov/gwtchosen that referenced this issue Mar 15, 2013
@jDramaix
Copy link
Contributor

merged in issue #105

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants