Sweet, thanks for that, I will try switching to the uncompressed code, looks promising. Although it does work in other browsers which doesn't quite fit, I will try the uncompressed and see how I go!
@ work at the moment will try the fix soon and post results.
Error: m.lang.contextmenu is undefined
Source file: http://reallifegaming.com.au/ckeditor/ckeditor.js
Line: 47
I agree with you, I think it must be something related to the server configuration.
I have exactly the same problem with the built-in http server in Aptana Studio. At the same time these particular files work fine when ran from the local directory (using file:// protocol).
However uncompressed sources do not cause this error so I didn't bother too much.
Using the source files in the final environment is a very bad idea because your page will take much longer to load (lots of files and uncompressed javascript).
You should check instead what's the real problem with your setup. For me it's failing because you have removed the /ckeditor/lang/es.js translation but it's still trying to autodetect my language.
Re: FF 3.6.10 & 4.0.1 Not displaying editor
http://dev.ckeditor.com/ticket/5548
Re: FF 3.6.10 & 4.0.1 Not displaying editor
@ work at the moment will try the fix soon and post results.
RM.
Re: FF 3.6.10 & 4.0.1 Not displaying editor
Re: FF 3.6.10 & 4.0.1 Not displaying editor
ckeditor/ckeditor_source.js
Re: FF 3.6.10 & 4.0.1 Not displaying editor
You should check instead what's the real problem with your setup. For me it's failing because you have removed the /ckeditor/lang/es.js translation but it's still trying to autodetect my language.
Re: FF 3.6.10 & 4.0.1 Not displaying editor
http://127.0.0.1:8020/CKEditor/lang/pl.js?t=B37D54
http://127.0.0.1:8020/CKEditor/lang/pl.js
Re: FF 3.6.10 & 4.0.1 Not displaying editor