Hi,
With the latest TinyMCE package and the latest 6.x-dev version of the module, when I disable tinymce ona textarea as described in the readme.txt, it display the following thing :
<p><br mce_bogus="1"></p>
This is very annoying for people that want to allow non administrator to post content on a website. It's not very "user friendly"
Comments
Comment #1
markcheng commentedgo see here:
http://tinymce.moxiecode.com/examples/example_03.php
tinymce uses class names to determine what textarea should be either explicitly or implicitly included or excluded. If you're still getting the bogus tags move your class name declarations to the top of the argument list directly after the theme declaration like so:
Incidentally, this isn't specific to drupal- it's for any site using TinyMCE. Just wanted to point this out because i'm not using Drupal, did have this problem, fixed it myself, and stumbled upon this drupal page from google referring to the issue.
Comment #2
mot commentedI had this error message as well in #832784: Tinymce disappeared with WYSIWYG when setting the configuration to some other language. Could solve it by installation the TinyMCE language files.
Comment #3
nicoloye commented