Hello,
I have a problem sending images to the CKeditor using KCfinder in Internet explorer 11 (i haven't tested yet On earlier versions of IE.
My CKEditor version is 3.6.3. and KCFinder 2.51
My image and file uploads works fine. But when i dubble click on an image that is storred on the server nothing happens, it is not sending the image in the CKEditor field.
In the console i get the following error on page load: SCRIPT5022: NotSupportedError File: ckeditor.js, Line: 99, Column: 2142.
When i click on the image icon on CKEditor i get in the console: SCRIPT5: Access is denied File: ckeditor.js, Line: 21, Column: 423
In the Image Properties popup the close button, ok and cancel are not working. in the console i get Access is denied.
When i doubble click on image to send it to the CKEditor i get in console: SCRIPT5007: Unable to get property 'removeStyle' of undefined or null reference.
Any thoughts?
Thank you!
Hello,
Hello,
I am also facing the same problem. In IE 11 we can not able to upload the image or the popup window of image dialog box also does not able to close. I tried by changing the version of CKEditor it worked but I don't want to change my old version. Please help me.
Might be intranet mode
Be aware that IE11 does some strange things when accessing a local webserver in the same subnet. In particular it may report itself as IE7.
If so, this may cure it: <meta http-equiv="X-UA-Compatible" content="IE=11" />