Search and Top Navigation
#7781 closed bug (notabug)
Opened October 10, 2011 11:50PM UTC
Closed October 11, 2011 12:08PM UTC
selecting an item from the autocomplete drop-down appears broken in 1.8.16
Reported by: | gadiyedwab | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.autocomplete | Version: | 1.8.16 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I'm doing the simplest:
$("#my_input").autocomplete({ source: [ "item" ] });
and when I click on the item in the autocomplete menu nothing happens
Seems that the cause of the problem is as follows: jQuery UI autocomplete() uses menu() and specifies the option "selected" in the menu() options. However, the name of the option is "select", not "selected".
Attachments (0)
Change History (1)
Changed October 11, 2011 12:08PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
You're definitely mixing versions. You should not have a jquery.ui.menu.js file if you're using 1.8.x.