Opened 11 years ago
Last modified 11 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 )
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 11 years ago by
comment:1 Changed 11 years ago by
Sorry, I messed up the WikiFormat on the original ticket, it was my first one EDIT: Reinmar fixed it. Thanks
comment:2 Changed 11 years ago by
Description: | modified (diff) |
---|
Screenshot