Hello.

I've tried to install EXT on a brand new drupal 6 installation.
The only modules installed are WYSIWYG API and tinyMCE.

When I activate EXT module, all is working fine.
BUT when I change the default state to ENABLED to always load the library, I don't have TinyMCE interface anymore.
And I can see two errors in my Firefox console :
e.indexOf is not a function in sites/all/modules/wysiwyg/tinymce/jscripts/tiny_mce/tiny_mce.js?q
classes[i].substr is not a function in sites/all/modules/wysiwyg/wysiwyg.js?q

I wonder if it is a TinyMCE or a Ext module bug.

Any idea ?

Comments

avpaderno’s picture

To see if it some kind of incompatibility problems caused by Ext, disable this module, and see if you still have that error, or you are able to see the JavaScript editor as you should.

If you see the editor interface after you disabled the module, then it's probable the cause of the incompatibility is this module.

apanag’s picture

I confirmed that the problem exists.
I ll investigate it further.

apanag’s picture

Status: Active » Closed (fixed)

I just saw that you made a post to wysiwg issue, http://drupal.org/node/478756 and the problem is fixed.

So i am closing this issue.

Thanks for your report.