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

Autocomplete: Make the change event synchronous #508

Closed

Conversation

scottgonzalez
Copy link
Member

This makes the change event synchronous, fixing http://bugs.jqueryui.com/ticket/7550 (form submit occurs before autocompletechange event).

There used to be a few timeouts to deal with timing issues. These timeouts caused their own problems, which we had to code around. As a result, we had tests around this functionality. I've deleted these tests as they're no longer relevant. The one that I was most concerned with was the fix for slow clicks (http://bugs.jqueryui.com/ticket/5405). This seems to work fine now that the close-on-blur timeout is gone.

I'd appreciate a review of this in case anyone can think of something I may have missed by making this change.

@scottgonzalez
Copy link
Member Author

Replaced by #596

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

Successfully merging this pull request may close these issues.

None yet

2 participants