Closed (won't fix)
Project:
Taxonomy Autotagger
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Nov 2010 at 03:34 UTC
Updated:
6 Oct 2014 at 15:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rkodrupal commentedping ... to keep the issue alive.
Comment #2
geoffreyr commentedI'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.
Comment #3
rkodrupal commentedThanks for the patch, but I have Wysiwyg 6.x-2.1installed. Decided to try your patch anyway. No difference (in Autotag 2.0).
Comment #4
sdrycroft commentedThis 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!