Hi,

I've encountered an issue when activating imagefield_assist (6.x-1.x-dev) plugin for Wysiwyg (6.x-2.x-dev) with Tinymce (3.3.9.2) : the plugin crashed Tinymce and left me with a splendid html raw editor...

The problem seems to come from the editor_plugin.js file, and specifically from the very first instruction line :
tinymce.PluginManager.requireLangPack('imagefield_assist');

As I'm french, I think the plugin tried to load "fr.js" language file, and was very desappointed not to find it... The solution was either to comment the line or to copy "en.js" file to "fr.js" file.

Maybe this should be written in documentation.

Regards,
cfab

Comments

lourenzo’s picture

Assigned: Unassigned » lourenzo
Status: Active » Closed (fixed)

Fixed on beta6 release, but will keep thinking a way to cover all languages without trouble.