Opened 10 years ago

Last modified 10 years ago

#11307 closed Bug

Paste as plain text broken when "config.allowedContent = true" — at Version 2

Reported by: edwtests Owned by:
Priority: Normal Milestone: CKEditor 4.3.2
Component: Core : Pasting Version: 4.0 Beta
Keywords: Cc:

Description (last modified by Piotrek Koszuliński)

1) Extract CKEditor full

2) Use the following settings:

CKEDITOR.editorConfig = function(config) {
    config.allowedContent = true;
};

3) Open a page with CKEditor in it.

4) Use the paste as plain text button, and paste rich text from a webpage. For example, I copied the side bar content at http://msdn.microsoft.com/en-us/library/aa288454%28v=vs.71%29.aspx

5) The text is not inserted.

See screenshot. PS: Tried with version 4.3.1 too, no change.

Change History (4)

Changed 10 years ago by edwtests

Attachment: bug.png added

Screenshot

comment:1 Changed 10 years ago by edwtests

Sorry, I messed up the WikiFormat on the original ticket, it was my first one EDIT: Reinmar fixed it. Thanks

Last edited 10 years ago by edwtests (previous) (diff)

comment:2 Changed 10 years ago by Piotrek Koszuliński

Description: modified (diff)

Changed 10 years ago by Piotrek Koszuliński

Attachment: papt.webm added
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