Search and Top Navigation
#7907 closed bug (worksforme)
Opened November 23, 2011 04:00AM UTC
Closed November 23, 2011 04:04AM UTC
Last modified November 23, 2011 04:49AM UTC
jquery autocomplete does not work anymore with Chrome 15.0.874.121
Reported by: | Chris | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.autocomplete | Version: | 1.8.16 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
It was working perfectly last week and today the jquery ui autocomplete does not work any more on chrome, but it still working good on firefox and safari.
the issue is : Uncaught TypeError: Cannot read property 'label' of undefined
when you use the custom data display.
And sometimes, we have also "Uncaught TypeError: Object [object Object] has no method 'autocomplete'"
Attachments (0)
Change History (3)
Changed November 23, 2011 04:04AM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
Changed November 23, 2011 04:40AM UTC by comment:2
Are you testing with the same Chrome version (15.0.874.121) ?
If so, just go http://jqueryui.com/demos/autocomplete/
then choose "custom data and display" on the right menu.
then type j in the input and then try to select a value.
you will have the javascript error in the webdev console of chrome.
Changed November 23, 2011 04:49AM UTC by comment:3
Yes, I am using the exact same version of Chrome, in the same scenario and it works fine for me.
I am not seeing this problem. Please provide a reduced test case if you continue to see this issue.