Search and Top Navigation
#9157 closed bug (fixed)
Opened March 16, 2013 02:38PM UTC
Closed March 16, 2013 03:03PM UTC
Last modified April 30, 2013 02:42PM UTC
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.
Attachments (0)
Change History (12)
Changed March 16, 2013 03:02PM UTC by comment:1
status: | new → open |
---|---|
summary: | Autocomplete Combobox Demo does not show Items → Autocomplete: Combobox demo does not show Items |
Changed March 16, 2013 03:03PM UTC by comment:2
resolution: | → fixed |
---|---|
status: | open → closed |
Autocomplete: Updated reference in combobox demo. Fixed #9157 - Combobox demo does not show Items
Changeset: ebd5f13027b30be1cdd9e8782e81ce468dcdff5e
Changed March 16, 2013 03:04PM UTC by comment:3
milestone: | none → 1.11.0 |
---|
Changed March 16, 2013 03:07PM UTC by comment:4
Wow, TJ. You're fast. You blitzed me! I was about to commit this.
Changed March 16, 2013 03:09PM UTC by comment:5
Replying to [comment:4 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 :)
Changed April 17, 2013 03:43PM UTC by comment:10
Autocomplete: Updated reference in combobox demo. Fixed #9157 - Combobox demo does not show Items
(cherry picked from commit ebd5f13027b30be1cdd9e8782e81ce468dcdff5e)
Changeset: 149e6eb0bce7e891d35b862be920d36d3535f62e
Changed April 17, 2013 03:44PM UTC by comment:11
milestone: | 1.11.0 → 1.10.3 |
---|
Changed April 30, 2013 02:42PM UTC by comment:12
#9263 is a duplicate of this ticket.