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

Close Event Triggers Twice #1

Closed
julesbravo opened this issue Apr 15, 2010 · 1 comment
Closed

Close Event Triggers Twice #1

julesbravo opened this issue Apr 15, 2010 · 1 comment

Comments

@julesbravo
Copy link

When clicking outside the checkbox menu the close event triggers twice due to the click event created on line 254 (http://github.com/ehynds/jquery-ui-multiselect-widget/blob/master/src/jquery.multiselect.js#L254). This click event also triggers twice when a checkbox is clicked.

@julesbravo
Copy link
Author

Fixed in commit f228e84

mlh758 pushed a commit that referenced this issue Jan 13, 2018
* Update jquery.multiselect.js

Eliminate the need for the multiple option by instead relying on the multiple attribute of the underlying native select element.

* Update core.js
* Update options.js

Update tests due to elimination of using multiple option in favor of using multiple attribute of underlying native select.
This issue was closed.
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