Search and Top Navigation
#8992 closed bug (notabug)
Opened January 21, 2013 01:01PM UTC
Closed January 21, 2013 02:30PM UTC
Last modified January 30, 2013 01:13PM UTC
Autocomplete combobox example is broken
Reported by: | rosenfeld | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.autocomplete | Version: | 1.10.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
See:
http://jqueryui.com/autocomplete/#combobox
The autocomplete will show up "strong" text in the selection box and the "show underlying select" button is not working.
Attachments (0)
Change History (9)
Changed January 21, 2013 01:15PM UTC by comment:1
Changed January 21, 2013 02:30PM UTC by comment:2
resolution: | → notabug |
---|---|
status: | new → closed |
This is actually not an issue with the demo. It's an issue with the site: https://github.com/jquery/jqueryui.com/issues/32
Changed January 21, 2013 03:36PM UTC by comment:3
Not completely. The "down" arrow issue is still a problem.
Changed January 21, 2013 04:19PM UTC by comment:4
I'm not seeing any problems with the demo from the actual repo. If you are, can you please explain the problem in detail?
Changed January 21, 2013 06:57PM UTC by comment:5
Sorry, you're right. I thought there was some problem with the site only but that the code shown there was correct. But I took a look at the latest code below and it seems the "wasOpen" approach is implemented correctly now. Sorry for the confusion.
https://raw.github.com/jquery/jquery-ui/master/demos/autocomplete/combobox.html
Also it doesn't close the drop-down when visible when clicking on the "down" arrow besides the input.