Opened 14 years ago
Last modified 8 years ago
#6789 closed Bug
Pasting: mso-list: ignore not handled properly — at Version 5
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.6.0 |
Component: | Plugin : Paste from Word | Version: | |
Keywords: | Cc: |
Description (last modified by )
- 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>
NOTE: Problem with HTML is no longer reproducible in CKE 3.6.6 and CKE 4.0.1. The only way to reproduce this issue is using MS Word file.
Change History (6)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
Status: | confirmed → pending |
---|
Changed 14 years ago by
comment:3 Changed 14 years ago by
Status: | pending → confirmed |
---|
The attached Word document can be used to reproduce this issue.
comment:4 Changed 12 years ago by
We have replicated this issue with the doc above in 3.6.4 we're also getting the issue a lot in production.
comment:5 Changed 12 years ago by
Description: | modified (diff) |
---|
"mso-list:Ignore" is a internal styled used by MS Office application suite, and doesn't present alone, as I can see this tc is not from a real world bug, I'd like to see if there's one originates this.