Opened 9 years ago

Closed 9 years ago

#12711 closed Bug (invalid)

paste as text

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

Description

Hi,

when I copy a piece of text and then press the 'paste as plain text' button on IE ver 11 nothing happens. It works with 'Paste' button though. is there a setting I am missing on 'config.js' or it is a IE setting problem?

Many thanks, Rob

Change History (3)

comment:1 Changed 9 years ago by Piotrek Koszuliński

Keywords: paste as plain text removed
Status: newpending
Version: 3.6.6

Do you use CKEditor 3.6.6? This version does not support IE11 yet, because IE11 was released long after CKEditor 3.6.6.

comment:2 Changed 9 years ago by robert

Yes, I have got CKEditor 3.6.6 and I am currently experiencing the above problem with 'paste as plain text' button on IE ver 11.

comment:3 Changed 9 years ago by Jakub Ś

Resolution: invalid
Status: pendingclosed

IE11 is supported from CKEditor 4.3. Upgrade is needed here.

If you are usinf ASP.NET version, please read below:

Please bear in mind that you can update client side version to CKEditor 4.4.5.
Download CKEditor 3.6.6.2 for ASP.NET, unpack, go to your-ckeditor-aspnet-3.6.6.2-folder\_Samples and delete \ckeditor\ directory. Download FULL package for CKEditor 4.4.5 and extract it to \ckeditor\ directory. Next copy \ckeditor\ directory to your-ckeditor-aspnet-3.6.6.2-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