Using IE 10 and stand alone ckfinder in _samples/popup.html, after selecting files to upload, nothing happens. I get an error in IE developer tools:
SCRIPT438: Object doesn't support this property or method
ckfinder.js, line 7 character 185763
The popup example on ckfinder's demo gives me the same result and error (Enhancing HTML Forms).
It works if I switch IE 10 to IE 9 standards. It also works if I embed stand alone ckfinder within the page and when the ckfinder popup happens through ckeditor.
SCRIPT438: Object doesn't support this property or method
ckfinder.js, line 7 character 185763
The popup example on ckfinder's demo gives me the same result and error (Enhancing HTML Forms).
It works if I switch IE 10 to IE 9 standards. It also works if I embed stand alone ckfinder within the page and when the ckfinder popup happens through ckeditor.
I also encountered this
I also encountered this problem
I upgraded to 2.3.1 and I
I upgraded to 2.3.1 and I still can't upload files if using ckfinder as a popup in IE10.
Me too...
I encountered the problem too : IE10/Normes and Windows 8.
If ITurn Developper mode of IE (F12) and put Browser Mode to IE10 and Document mode to IE 9, it works.
But, in Stadalone mode, it works fine.
No fix for that ?
Thanks for your help.
Edit : I Try the online demo page http://cksource.com/ckfinder/demo#forms and on IE10 the upload doesn't work either.
Attachments:
same problem
I've got the same problem. Lost the hole day, then recognized it's a IE10 issue.
I use ckfinder with fancybox
I use ckfinder with fancybox
New hope ; )
Seing your post, I try the last version 4.1 and now it works fine !
No clue when it will be fixed
No clue when it will be fixed but we're aware of it. A ticket was created some time ago.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Any solution yet?
To work around I have set the IIS-webserver in "IE=EmulateIE9" mode.
With that solution, all pages of the project are in "IE=EmulateIE9" mode.
How can I set the popup windwow (created by ckfinder) in mode "IE=EmulateIE9"?
CKFinder will work in the same mode
@PeterEOW, assuming that you are using popup.html or something like popup.html, just put
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" />
on that page.CKFinder will work in the same mode.
Problem with opening popup window in IE9
I can't open popup window of ckfinder in IE9.
Please help.
If you are hosting on an IIS,
If you are hosting on an IIS, check http://support.microsoft.com/kb/2600088
Tried it, didn't work
No luck here with the hotfix, also installed the one for .net 2, no difference.
When will a fix be released. IE has been available for months now. This is critical for us.
Work arround with Jquery UI dialog
Using CKfinder as popup with help of Jquery UI dialog
Uploading files in IE10 works.
I did:
// javascript files Jquery you can download from jquery.com
<script src=".....jquery-1.8.2.js" " type="text/javascript"></script
<script src="....jquery-ui-1.9.1.custom.min.js" type="text/javascript"></script>
....
<div id="container"></div>
.....
var finder = new CKFinder();
finder.appendTo('container');
$('#container').dialog({ //
width: "330",
height: "300",
autoOpen: true,
zIndex: 1000
});
Enhancing HTML forms
Hi all,
I want to add ckfinder to my button browse image like Enhancing HTML forms demo, but I don't know how to
do it. Could you tell me?
Attachments:
Ryrun, after downloading and
Ryrun, after downloading and unpacking CKFinder, check the _samples/popup.html file. More specifically, check the source of that page. Samples include notes from the devs that explain how it's done.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!