Closed (duplicate)
Project:
Wysiwyg
Version:
6.x-2.0
Component:
Editor - TinyMCE
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2010 at 08:49 UTC
Updated:
19 Sep 2015 at 10:52 UTC
Jump to comment: Most recent
Comments
Comment #1
twodAre you sure these warnings are from Wysiwyg module or the editor library? I don't see any warnings at all using Drupal 6.15, Wysiwyg 2.x-dev, TinyMCE 3.2.7 in FF 3.5.7 when optimization is enabled.
The Firebug output would be really helpful, thanks.
Comment #2
sunI think this has been fixed in 2.x-dev already.
Comment #3
strae commentedI updated the module and now works, dunno why but seem i did install some old version..
Anyway firebug throw up many warning:
The list is long, but probably those has nothing to do with wysiwyg module
Comment #4
twodThat's probably from somewhere within jQuery, triggered by something not using it correctly. You'd need to run the non-minified file of the same release to see where the actual error is and be able to trace it to its origin, unless it's not produced in an event handler and you can use the callstack to see which non-jquery code calls it. This is not the place for debugging tutorials though. ;)
Comment #5
dionis44 commentedCore 6.28
Wysiwyg-6.x-2.x-dev
CKEditor 4.5.3.6c70c82
"Optimize Javascript files enabled" mode gives error "ReferenceError: CKEDITOR is not defined" (it may be some other js errors).
wysiwyg.module
to find line 320 and change