Closed (won't fix)
Project:
Taxonomy Autotagger
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Sep 2010 at 17:50 UTC
Updated:
6 Oct 2014 at 12:41 UTC
Jump to comment: Most recent
I get a javascript error that TinyMCE is not defined. From what I understand, this is the only compatible text editor at this time. Can't use this module until it is compatible with WYSIWYG and ckeditor.
Comments
Comment #1
Equinger commentedWanted to add that I appreciate your work. I understand that you've done a major rewrite.
Comment #2
sdrycroft commentedHmmm, I had issues when developing the module to get it to play nicely with the WYSIWYG module. Unfortunately, the WYSIWYG module executes Javascript when the page is saved, this Javascript populates the actual form field (e.g. the body field) with the text/HTML that you've entered in the WYSIWYG editor. Up until that point, the actual field is empty. I've hacked the Javascript in this module to try and pull the text out of the editor, and unfortunately have hard coded this expecting it to be the TinyMCE editor (what I tend to use). I'll see if there is a way that I can get the type of the editor, before trying to "save" it.
Comment #3
Equinger commentedNo, I understand, but it would be great if you could figure something out! Thanks for looking at the issue. I'm kind of busy right now, but if I have time, I'll look at it too.
Comment #4
rootworkIn the meantime, it would be nice to mention that this isn't compatible with wysiwyg.module on the project page (or, alternatively, list the wysiwyg editors that this is compatible with).
Comment #5
rootworkOops, I didn't realize the module maintainer had classified this as a bug. Didn't mean to override you there, just thought supporting a new editor was more of a feature request than a bug :) But I'm changing it back since that's how you marked it.
Comment #6
fgiacanelli commentedI noticed that flagging "autotag on save" work with wysiwyg module but this makes reviewing tag list after autotagging stage useless.
By disabling CKeditor in admin/settings/wysiwyg/profile/ unchecking "enabled by default" the autotag button will work but no tags are saved when the user clicks on "save" button.
Comment #7
sdrycroft commentedThis issue has been fixed in the 7.x version of the module, no further development will be carried out on the 6.x version.