Is anyone here using CKEditor with Dojo Toolkit? I'm having major issues here..
When creating the CKEditor with the replace method, I can't create Dojo widgets anymore. In Firebug, I get the following error:
When I create the widgets first and then create the CKEditor, the widgets appear but they won't submit properly with dijit.form.Form. Utility methods won't work anymore as well. Also, using dojo.require() after creating the CKEditor is useless also; no XHR traffic is done at all.
Is Dojo Toolkit supported to use with CKEditor 3.x at all? Or perhaps I'm doing something wrong?
I already tried switching the order of loading the *.js files of Dojo/CKEditor. No luck.
Can anyone help me our here?
When creating the CKEditor with the replace method, I can't create Dojo widgets anymore. In Firebug, I get the following error:
"Bundle not found: validate in dijit.form , locale=en"
When I create the widgets first and then create the CKEditor, the widgets appear but they won't submit properly with dijit.form.Form. Utility methods won't work anymore as well. Also, using dojo.require() after creating the CKEditor is useless also; no XHR traffic is done at all.
Is Dojo Toolkit supported to use with CKEditor 3.x at all? Or perhaps I'm doing something wrong?
I already tried switching the order of loading the *.js files of Dojo/CKEditor. No luck.
Can anyone help me our here?

Re: CKEditor & Dojo Toolkit
Iirc, the scayt code might be using internally the dojo as well and maybe there's a conflict with the versions
Re: CKEditor & Dojo Toolkit
disableNativeSpellChecker
replace()disableNativeSpellCheckerhttp://svc.spellchecker.nethttp://svc.spellchecker.net/spellcheck31/lf/scayt24/loader__base.jsafterreplace()
completelyhttp://svc.spellchecker.net
Edit
scayt_autoStartupfalse
Re: CKEditor & Dojo Toolkit
The SCAYT plugin is the one that I mentioned and that does include the Dojo. As disabling it fixes your problem, now you should create a ticket to track this issue so it can be fixed in a future version.
Re: CKEditor & Dojo Toolkit
Re: CKEditor & Dojo Toolkit
http://dev.ckeditor.com/ticket/5905