#6789 closed Bug (fixed)
Pasting: mso-list: ignore not handled properly
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.
Attachments (1)
Change History (9)
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) |
---|
comment:6 Changed 11 years ago by
Component: | Core : Pasting → Plugin : Paste from Word |
---|
comment:7 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Fixed with new Paste From Word plugin in 4.6.0.
comment:8 Changed 8 years ago by
Milestone: | → CKEditor 4.6.0 |
---|
"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.