Skip to content
This repository has been archived by the owner on May 9, 2018. It is now read-only.

jQuery UI 1.9.0 breaks multiple instances of Tagit #53

Open
larsschwarz opened this issue Oct 10, 2012 · 2 comments
Open

jQuery UI 1.9.0 breaks multiple instances of Tagit #53

larsschwarz opened this issue Oct 10, 2012 · 2 comments

Comments

@larsschwarz
Copy link

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
Copy link

pszmyd commented Oct 15, 2012

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

@danconnell
Copy link

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);

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants