Hi,
I have the following configuration:
window.CKEDITOR_BASEPATH = '/assets/ckeditor/';
With all the ckeditor images in the /assets/ckeditor folder (not subfolder structure like skin/ or whatever). CKeditor fails to load the assets on Firefox. For instance, it tries to load the icon.png under:
/assets/ckeditor/skins/moono/icons.png
When Chrome actually gets it ok from where it sits:
/assets/ckeditor/icons.png
Any idea what is going on?
