I unchecked the compatibility option and I activated the javascript error console of IE9. When I click on "Image icon/button" to insert an image in the editor, before the window with the list of the file, appear the error box. Then I can see the list of file and select the image that i want to insert in the editor.
In IE there is an option "Compatibility View" that allows content designed for older web browsers to still work well in Internet Explorer 8+. When I active this option the error not appear, when I uncheck the option the error appear.
But I've tested with both the compatibility On and Off and it works fine for me in both situations. I've tested now also in IE9 64bits and it also works correctly.
Hi! I have Windows 7-64 bits and IE9 and this error appears me when I want to insert an Image and click on the Browse Server button, after the 115 code line from the ckfinder.html ran:
019: (function() { 020: var config = { }; . . .
113: var ckfinder = new CKFinder(config); 114: ckfinder.replace('ckfinder', config); 115: })();
after the error is thrown, the folders window is displayed
Re: IE9 javascript error
Can you explain better the steps to reproduce the error?
Re: IE9 javascript error
I unchecked the compatibility option and I activated the javascript error console
of IE9.
When I click on "Image icon/button" to insert an image in the editor, before the window with the list of the file, appear the error box.
Then I can see the list of file and select the image that i want to insert in the editor.
Re: IE9 javascript error
?
By default the page will render in IE 9 Standards mode, there's no need to uncheck any compatibility option.
In the developer tools it should show up as:
Explorer mode: IE9
Document mode: IE9 Standars
Re: IE9 javascript error
When I active this option the error not appear, when I uncheck the option the error appear.
Re: IE9 javascript error
I've tested now also in IE9 64bits and it also works correctly.
Re: IE9 javascript error
019: (function() {
020: var config = { };
.
.
.
113: var ckfinder = new CKFinder(config);
114: ckfinder.replace('ckfinder', config);
115: })();
after the error is thrown, the folders window is displayed
here's the error window
Attachments:
Re: IE9 javascript error
trying many things I reset the IE9 settings ...and it works
Regards
Re: IE9 javascript error
Thanks for getting back and for confirming that the issue is gone!
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+