Hello ,
I have been trying to work out what's been going astray with my install of CKEditor, it works fine in IE and Chrome (last I checked) but not in Firefox.
Here's a sample of what it is displaying...
http://reallifegaming.com.au/index.php?p=Forum&q=thr&id=3&postid=true#wysiwyg
I assumed it was something I had changed until I looked at the Samples
http://reallifegaming.com.au/ckeditor/_samples
Now I'm thinking it's some server-side firefox specific setting that isn't quite right...
Any help would be greatly appreciated, thanks for this wonderful app CKEditor team!
Rhys M.
Tue, 05/10/2011 - 02:28
#1
Re: FF 3.6.10 & 4.0.1 Not displaying editor
In the FF 3.6 your site gives me
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
Go to http://ckeditor.com/download and get CKEditor 3.6, released on 9 May 2011
In order to use uncompressed code you should include ckeditor/ckeditor_source.js instead of ckeditor.js
The actual files are in the ckeditor/_source dir
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
I think that Alfonso's solution will work for you.
It turns out that in my case the reason of this problem was different. Aptana's server can't process
http://127.0.0.1:8020/CKEditor/lang/pl.js?t=B37D54 (it says "File /CKEditor/lang/pl.js?t=B37D54 not found")
while
http://127.0.0.1:8020/CKEditor/lang/pl.js is served just fine.
Perhaps uncompressed version (editor_source.js) handles language files in a different way (maybe without timestamp..?).
Re: FF 3.6.10 & 4.0.1 Not displaying editor
Thanks for your help fellas, I ended up putting it on the back burner, to many other commitments. When I pick it back up I'll upload a fresh set of files.
Thanks again .