#9157 closed bug (fixed)
Autocomplete: Combobox demo does not show Items
Reported by: | toc1979 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.3 |
Component: | ui.autocomplete | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Demo of autocomplete combobox http://jqueryui.com/autocomplete/#combobox
When clicking on the jqueryUI input field button to "show me all items" it returns me a "Uncaught ReferenceError: input is not defined" javascript error in line 90:
wasOpen = input.autocomplete( "widget" ).is( ":visible" );
and in line 93
input.focus();
no items are shown. The same errors occur on the current jQueryUI demo website and my own project. Its the jQeryUI Version 1.10.2 and jQuery Version 1.9.1. Tested with Chrome and Firefox.
Change History (12)
comment:1 Changed 10 years ago by
Status: | new → open |
---|---|
Summary: | Autocomplete Combobox Demo does not show Items → Autocomplete: Combobox demo does not show Items |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
comment:3 Changed 10 years ago by
Milestone: | none → 1.11.0 |
---|
comment:4 follow-up: 5 Changed 10 years ago by
Wow, TJ. You're fast. You blitzed me! I was about to commit this.
comment:5 Changed 10 years ago by
Replying to mikesherov:
Wow, TJ. You're fast. You blitzed me! I was about to commit this.
I was just about to comment on #9158 and you beat me there :)
comment:10 Changed 10 years ago by
Autocomplete: Updated reference in combobox demo. Fixed #9157 - Combobox demo does not show Items (cherry picked from commit ebd5f13027b30be1cdd9e8782e81ce468dcdff5e)
Changeset: 149e6eb0bce7e891d35b862be920d36d3535f62e
comment:11 Changed 10 years ago by
Milestone: | 1.11.0 → 1.10.3 |
---|
Autocomplete: Updated reference in combobox demo. Fixed #9157 - Combobox demo does not show Items