Closed (duplicate)
Project:
Wysiwyg
Version:
7.x-2.x-dev
Component:
Editor - CKEditor
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2011 at 02:36 UTC
Updated:
20 Jun 2011 at 00:42 UTC
Editor or text area is not showing when using CKEditor
m.lang.contextmenu is undefined
var a = {timestamp: "B1GG4Z6",...urn d;}}, b = window.CKEDITOR_GETURL;
I'm using CKEditor 3.5.2.6450
also installed 3 language with i18n
Comments
Comment #1
twodI think we need #356480: Lazy-load editors to get this to work the way it should, but I'm not sure yet since some editors seem to work anyway.
I'll have a closer look later.
Comment #2
dalinSearching around I got a tip from this issue in CKEditor module:
#974736: "m.lang.contextmenu is undefined" error message
The proposed fix of setting CKEDITOR_BASEPATH worked for me:
http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Specifying_the_Ed...
Though I can't seem to figure out where to patch that in to WYSIWYG.
Comment #3
sun#356480: Lazy-load editors