Page 1 of 1

[simple_tags] autocomplete

Posted: Mon Jul 29, 2013 4:00 pm
by bernd_d
Referencing to this posting and following, i have tried to find out, why autocomplete is not working.

Within Chrome i get following errors on console, if i try to input some tags:

Code: Select all

Uncaught TypeError: Property 'source' of object #<Object> is not a function jquery-ui-1.8.23.custom.min.js:45
     a.widget._search           jquery-ui-1.8.23.custom.min.js:45
     a.widget.search            jquery-ui-1.8.23.custom.min.js:45
     (anonymous function)       jquery-ui-1.8.23.custom.min.js:45
I use s9y 1.7.2 and all plugins are up-to-date.

Re: [simple_tags] autocomplete

Posted: Mon Jul 29, 2013 5:10 pm
by mattsches
Unfortunately, GitHub is down right now, so I cannot look into the source code of the plugin. But I had the same/a similar problem in both of my blogs and I fixed it (kind of). IIRC it was more of a dirty workaround, but I will post it here later.

If I forget to do so, tweet me ;)

PS: Can you figure out which version of the jQuery autocomplete plugin (and jQuery, jQueryUI) you're using?

Re: [simple_tags] autocomplete

Posted: Mon Jul 29, 2013 5:24 pm
by bernd_d
mattsches wrote:Can you figure out which version of the jQuery autocomplete plugin (and jQuery, jQueryUI) you're using?
jQuery Autocomplete plugin 1.1
jQuery v@1.8.1
jQuery UI - v1.8.23

Anything else? :)

Re: [simple_tags] autocomplete

Posted: Mon Jul 29, 2013 5:38 pm
by mattsches
jQuery v1.9.1 (although I just found out that my site loads an older version of jQuery in parallel :roll: )
jQuery Autocomplete plugin 1.2.2

Maybe it helps to update the Autocomplete plugin. I'm currently at work and cannot take a closer look at the issue, though ...