[simple_tags] autocomplete

Found a bug? Tell us!!
Post Reply
bernd_d
Regular
Posts: 468
Joined: Thu Jun 03, 2010 9:28 am
Contact:

[simple_tags] autocomplete

Post 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.
mattsches
Regular
Posts: 440
Joined: Sat Nov 05, 2005 9:35 pm
Location: Wiesbaden, Germany
Contact:

Re: [simple_tags] autocomplete

Post 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?
bernd_d
Regular
Posts: 468
Joined: Thu Jun 03, 2010 9:28 am
Contact:

Re: [simple_tags] autocomplete

Post 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? :)
mattsches
Regular
Posts: 440
Joined: Sat Nov 05, 2005 9:35 pm
Location: Wiesbaden, Germany
Contact:

Re: [simple_tags] autocomplete

Post 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 ...
Post Reply