installed all the latest modules for autotag (ahah and lowername)
created new taxonomy (keywords) and added a dozen or so terms.
made sure the keywords taxonomy does not select (enable) required or tags settings as per http://drupal.org/node/354456
using firefox and win/xp
recent log entries is clean (no warnings or error messages)
i do not see any way to disable autotag in any of the taxonomies
went to an existing node that has keywords enabled as taxonomy (and has several of the terms)
i press the autotag button and it goes grey, but nothing happens (nothing gets tagged) (autotag1.png)

CommentFileSizeAuthor
#2 autotag-971170.patch1.3 KBgeoffreyr
autotag1.png2.42 KBrkodrupal

Comments

rkodrupal’s picture

ping ... to keep the issue alive.

geoffreyr’s picture

Status: Active » Needs review
StatusFileSize
new1.3 KB

I'm guessing you don't have wysiwyg module installed. I don't either, but the JavaScript for this module assumes it does. If it isn't installed, then it searches for a property of Drupal.wysiwyg, which of course doesn't exist, and it throws an error.
Enclosed is a patch for autotag.js that should make it check for Drupal.wysiwyg first.

rkodrupal’s picture

Thanks for the patch, but I have Wysiwyg 6.x-2.1installed. Decided to try your patch anyway. No difference (in Autotag 2.0).

sdrycroft’s picture

Issue summary: View changes
Status: Needs review » Closed (won't fix)

This is no longer an issue in the 7.x branch, and sadly won't be fixed in the 6.x branch. If it's really an issue, use the TinyMCE editor!