Not sure if anyone else is seeing this, but on a clean/simple install, with ckeditor only handling the body field, I see FFox trying to continuously load something from svc.spellchecker.net. Ie, the browser is always spinning around and displying the svc.spellchecker.net URL.
I can edit text fine and the spellchecker seems to do its job.
However, using IMCE as the file browser, we get very slow response when trying to upload a graphic (clicking the Image icon). Very slow asa in 5mins to load the IMCE browser!
Chrome skates past the problem and loads the IMCE file browser just fine.
Any clues?
Comments
Comment #1
wwalc commentedCheck the dev release, there is an option to disable Scayt. Alternatively in the advanced settings add:
config.scayt_autoStartup = false;
Comment #2
dczepierga commentedEverything works fine with DEV version and newest version of CKEditor plugin.