#7907 closed bug (worksforme)
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'"
Change History (3)
comment:1 Changed 11 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
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.
comment:3 Changed 11 years ago by
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.