Hierarchical Select 6.x-3.x-dev, with drupal 6.9.
When I click on any term in a "hierarchical select" enabled vocabulary, it causes the other vocabulary on the same page to duplicate itself on the input form.
It looks like each selection in a hierarchical select, the form is re-generated, if there is another vocabulary, it just add it again into the form.

I don't know about the PHP and module programming, but I guess there must be an easy fix for this. Anyone wants to share your solution with me? (This is a development module, but it works great except some annoying bugs like this).

Comments

samwarren’s picture

It is related to "Active Tags" module. The tag field is enabled with "active tags".
This link gives a patch for that issue.
http://drupal.org/node/331435
It works great.

Other related problem still there after applying the patch. It is not related to Active tag, but likely due to server setting, or Hierarchical Select 6.x-3.x-dev module.
http://drupal.org/node/375770
http://drupal.org/node/374354