Quick bug report - looks good but appears to break Active Tags. Do you think there is a way to get these to work together?

Comments

chiddicks’s picture

I've had a look at the active tags module. It doesn't modify the $form array for nodes, so I suspect we're breaking the Javascript somehow. Could you post and Javascript errors you're getting? What's probably happening is that we're moving the form element and the Active Tags JS doesn't know where to find it.

sjf’s picture

Thanks for the quick response. I don't get any Javascript errors, it just degrades to the Drupal core comma-separated input box.

chiddicks’s picture

I'm not sure that I'll ever get to fixing this problem unless I actually need to use Active Tags. I would probably require an hour or two of work and the solution would likely only work for Active Tags. Every 'taxonomy widget modifier' module (Hierarchical Select, Active Tags, Taxonomy Other, etc) seems to use a different scheme for modifying the form elements and I can't deal with all of them.

See http://drupal.org/node/346466 for more thoughts on it.

chiddicks’s picture

Status: Active » Closed (won't fix)