1 | | (Sorry, I messed up the WikiFormat on the original ticket, it was my first one) |
2 | | |
3 | | 1) Extract CKEditor full |
4 | | |
5 | | 2) Use the following settings: |
6 | | |
7 | | CKEDITOR.editorConfig = function(config) { |
8 | | config.allowedContent = true; |
9 | | }; |
10 | | |
11 | | 3) Open a page with CKEditor in it. |
12 | | |
13 | | 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 |
14 | | |
15 | | 5) The text is not inserted. |
16 | | |
17 | | See screenshot. PS: Tried with version 4.3.1 too, no change. |
| 1 | Sorry, I messed up the WikiFormat on the original ticket, it was my first one |
| 2 | EDIT: Reinmar fixed it. Thanks |