hailwood / jQuery-Tagit

The Jquery Tagit Plugin transforms an html unordered list into a unique tagging plugin.
264 stars 109 forks source link

jQuery UI 1.9.0 breaks multiple instances of Tagit #53

Open larsschwarz opened 12 years ago

larsschwarz commented 12 years ago

Just noticed that updating jQuery UI from 1.8.24 to 1.9.0 breaks Tagit ...

when having multiple instances of Tagit (with different tags) all of them display all the same tags.

pszmyd commented 12 years ago

Exactly - noticed the same. Any clues what's the underlying issue?

danconnell commented 11 years ago

This is the problem: http://bugs.jqueryui.com/ticket/8645

To fix it, add this line to the top of _create(): this.options.initialTags = this.options.initialTags.slice(0);