Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#12207 closed Bug (invalid)

IE/CROME unable to highlight to enter text

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

Description

unable to enter text in ck editor in internet explorer.

Change History (3)

comment:1 Changed 10 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

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.

comment:2 Changed 10 years ago by srikanth pachava

copied but the editor itself disabled.

comment:3 Changed 10 years ago by Jakub Ś

Please don't forget to clear browser's cache (this isn't Ctrl+F5)

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