Hi,
I've just upgraded to 3.1 from 3 and everything seems ok except when trying to bring a file from a file manager (my own) into the Dialogue Box for inserting images.
This worked fine on the previous version of CK and works in IE, Chrome, Google, Safari but not FireFox.
The following line (which puts the image URL into the Dialogue Box) is not working in FF:
top.window.opener.CKEDITOR.tools.callFunction(1, fileUrl);
Anyone else have this problem... I am using FF 3.0.17.
Thanks
Kyle
I've just upgraded to 3.1 from 3 and everything seems ok except when trying to bring a file from a file manager (my own) into the Dialogue Box for inserting images.
This worked fine on the previous version of CK and works in IE, Chrome, Google, Safari but not FireFox.
The following line (which puts the image URL into the Dialogue Box) is not working in FF:
top.window.opener.CKEDITOR.tools.callFunction(1, fileUrl);
Anyone else have this problem... I am using FF 3.0.17.
Thanks
Kyle
Re: 3.1 - file browser doesn't work in FireFox
That continues to work for me after the upgrade to v3.1, so just try removing the "top." part of the line.