Opened 14 years ago
Last modified 8 years ago
#6789 closed Bug
Pasting: mso-list: ignore not handled properly — at Initial Version
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.6.0 |
Component: | Plugin : Paste from Word | Version: | |
Keywords: | Cc: |
Description
- Go to source mode
- Copy the following content in the editor :
<pre> <span style="mso-list: ignore"> test </span> </pre>
- Go to wysiwyg mode
- Select all
- Press ctrl-X ( Cut )
- Press Ctrl-V (Paste )
- Now , you get a message asking to cleanup the content
- Press OK
- Notice that the text now contains <> test:
<pre> <>test </pre>