Opened 10 years ago
Closed 10 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 10 years ago by
Keywords: | paste as plain text removed |
---|---|
Status: | new → pending |
Version: | 3.6.6 |
comment:2 Changed 10 years ago by
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 10 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
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.
Do you use CKEditor 3.6.6? This version does not support IE11 yet, because IE11 was released long after CKEditor 3.6.6.