Search and Top Navigation
#5652 closed bug (duplicate)
Opened May 24, 2010 08:11PM UTC
Closed May 25, 2010 08:43AM UTC
Last modified October 11, 2012 09:15PM UTC
Autocomplete closes selecting value, and not triggering event
Reported by: | stev0 | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | ui.autocomplete | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When you use the Autocomplete and select your item by holding down the mouse rather then just a quick click it puts the text into the text box but does not trigger events. An example of this can be see in the demo section.
http://jqueryui.com/demos/autocomplete/
#custom-data
Type j and then select your option by holding down the left mouse button. The autocomplete box vanish, the text is updated, however the event that should have triggered to show the graphic didn't.
This causes major problems with combobox creation.
I only tested this in firefox but might be an issue with all browsers.
Duplicate of #5405