The current version of active_tags.js breaks if you try to use multiple tagging widgets assigned to the same vocabulary on one page (as can be the case when using the views_tagger module). In this case, core autocomplete only works on the first widget.
The attached patch makes sure that the widgets have unique IDs so that autocomplete still works.
| Comment | File | Size | Author |
|---|---|---|---|
| active_tags.js_.patch | 2.82 KB | wulff |
Comments
Comment #1
dragonwize commentedMarking this so I don't forget to review the patch. I think I did once before but I don't remember.
Comment #2
dragonwize commentedCommitted with minor changes.