My asp.net website uses CKEditor 3.5.3. While it works fine on all other browsers and older versions of IE, it gives the following error in IE 11:
JavaScript runtime error: NotSupportedError
N=F.$.createEvent('KeyEvents')
It appears that for IE 11, we have to use CKEditor version 4.3.4. I have downloaded the latest control and uzipped it. Unlike the older asp.net specific versions, no dll is included in the new one. So, I am not sure how to refer the control in asp.net. Any help, either to just fix the javascript error or how to use CKEditor 4.3.4 in asp.net is greatly appreciated.
Thanks
Same Issue here
Same issue, any news on this? I need to get ckeditor running with some extra plugins and this seems to be hindering that.
j=d.$.createEvent("KeyEvents");
is the snippet it shows the problem for me
No known solution
It seems there is no known solution for this issue. I have replaced the CKEditor with a similar editor from Telerix.
Thanks
You are free to replace the
You are free to replace the CKEditor library (the editor itself) in the ASP.NET control with the latest version of CKEditor 4.x. Depending on what you need, it may fit your needs. That will fix the various IE problems. From what I understand inline editing won't work.
Please note that CKEditor (the editor) is a pure JavaScript application, so you may not need any server-side integration to use in a web application. Just include the ckeditor.js script in your website and you can start using it.
But if you do want to use the integration, do the following:
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!