Search and Top Navigation
#6237 closed bug (notabug)
Opened October 27, 2010 09:47PM UTC
Closed October 28, 2010 12:37AM UTC
Last modified October 11, 2012 09:15PM UTC
query.autocomplete.js doesn't work with jquery-ui.min.js library
| Reported by: | jakub.bargiel | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | ui.autocomplete | Version: | 1.8.5 | 
| Keywords: | Cc: | ||
| Blocked by: | Blocking: | 
Description
On the one page I use:
http://dev.jquery.com/view/trunk/plugins/autocomplete/jquery.autocomplete.js
and
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
When I try to type in a text box, autocomplite function trigger some function from jquery-ui library and error message appear.
Error message point out this function: "function(d,f){a.xhr&&a.xhr.abort();a.xhr=e.getJSON(c,d,function(g,i,h){h===a.xhr&&f(g);a.xhr=null})}}else this.source=this.options.source}..."
Are we able to do something with this. On the next week our client will start acceprance test for our current system iteration and this bug will be a big problem for as.
Thanks in advance
Jakub
Attachments (1)
Change History (4)
Changed October 27, 2010 09:52PM UTC by comment:1
| resolution: | → invalid | 
|---|---|
| status: | new → closed | 
Changed October 27, 2010 10:05PM UTC by comment:2
| resolution: | invalid | 
|---|---|
| status: | closed → reopened | 
When I removed <script type="text/javascript" src="http://dev.jquery.com/view/trunk/plugins/autocomplete/jquery.autocomplete.js"></script>
and leaved only : <script src = '<%# Page.ResolveUrl(Assets.JavaScript.GetUrl("jquery-ui-1.8.5.custom.min.js").ToString()) %>' language="javascript" type="text/javascript"></script>
I reveice this same error. So please tell me what is the solution for this issue ?
Changed October 28, 2010 12:37AM UTC by comment:3
| resolution: | → invalid | 
|---|---|
| status: | reopened → closed | 
I have no idea what you're doing, but it's not a problem with jQuery UI. Please use the forums for help.
Changed October 11, 2012 09:15PM UTC by comment:4
| milestone: | TBD | 
|---|
Milestone TBD deleted
That's not the jQuery UI autocomplete. There's no reason to load jQuery UI and the old autocomplete plugin at the same time.