#5891 closed bug (notabug)
Autocomplete fails to call event handler for combobox
Reported by: | JonathansCorner.com | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.autocomplete | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have an autocomplete that appears from a UI perspective to be working, but the callback handlers are not being called. If this is pilot error, I'd like to know, but so far as I can tell I am requesting that a handler be called per http://jqueryui.com/demos/autocomplete/#combobox, and its initial alert() has never shown up.
I'm attaching the HTML.
Change History (2)
comment:1 Changed 13 years ago by
Component: | ui.core → ui.autocomplete |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
You're instantiating a combobox and then trying to set options using autocomplete.
(test case was attached to #5892)