Opened 10 years ago

Closed 10 years ago

#12206 closed Bug (invalid)

ck editor in not working in internet explorer in windows 7

Reported by: srikanth pachava Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

we are unable to enter the text in editor in internet explorer or crome. i am using version 3.6.4 asp.net ck editor.

Change History (1)

comment:1 Changed 10 years ago by Jakub Ś

Resolution: invalid
Status: newclosed
Version: 4.4.3

Support for IE11 was introduced in CKEditor 4.3. You need to use CKEditor 4.x (I recommend latest 4.4.3) to get desired result.

You have written you are using CKEditor for ASP.NET 3.6.4. Please bear in mind that you can update client side version to CKEditor 3.6.6 or even latest 4.4.3. Download CKEditor 3.6.4 for ASP.NET, unpack, go to your-ckeditor-aspnet-3.6.4-folder\_Samples and delete \ckeditor\ directory. Download FULL package for CKEditor 4.4.3 (or package for CKEditor 3.6.6) and extract it to \ckeditor\ directory. Next copy \ckeditor\ directory to your-ckeditor-aspnet-3.6.4-folder\_Samples.

In CKEditor 4.1 we have introduced ACF. You can read about it here:
http://ckeditor.com/blog/Upgrading-to-CKEditor-4.1
http://ckeditor.com/blog/CKEditor-4.1-RC-Released
http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter
http://docs.ckeditor.com/#!/api/CKEDITOR.filter-method-addTransformations
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-extraAllowedContent
If you plan to use content filter please note that CKEditor for ASP.NET 4.x is still under construction and to change ACF settings you would have to use config.js as it can’t be done from control level.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy