Reputation: 1
We have issue of copy/paste (CTRL+C, CTRL+V) in CKEditor on IE 11 browser. The issue is paste function don't work on IE 11 browser, so where we can find upgraded CKEditor.NET.dll with IE 11 fixes?
If there is no upgraded DLL then when upgraded DLL will be available?
Upvotes: 0
Views: 1764
Reputation: 89
you can use the js v 4.3 with the dll you have that will solve it.
Upvotes: 0
Reputation: 13432
The official downloads are found at http://ckeditor.com/download. The latest version you are looking for is 3.6.4 for ASP.NET. However, it does not contain the latest changes possible (such as the latest IE version support fixes) - the pure JS version is already at 4.2.3.
I would recommend moving away from the DLL version and switching to the pure JS version.
Upvotes: 1