Closed (fixed)
Project:
ImageField Assist
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 Oct 2010 at 03:55 UTC
Updated:
5 Sep 2011 at 09:26 UTC
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
Comment #1
lourenzo commentedFixed on beta6 release, but will keep thinking a way to cover all languages without trouble.