#6330 closed Bug (fixed)
Roman list style are not pasted properly from Word
Reported by: | Wiktor Walc | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4.3 |
Component: | Plugin : Paste from Word | Version: | 3.1 |
Keywords: | IBM | Cc: |
Description (last modified by )
When pasting from Word, lists like:
i. foo ii. bar
become
a. foo b. bar
It is wrong, list style type should be preserved.
Reproduced in 3.4, worked fine in 3.0. I could not reproduce it in other versions due to #5399.
Confirmed on: Win 7 Professional N 64-bit EN + Office 2010 standard (en_office_standard_2010_x64_515548.exe)
Attachments (3)
Change History (16)
Changed 14 years ago by
Attachment: | ckeditor_pasting_bullets.png added |
---|
Changed 14 years ago by
Attachment: | bullets.doc added |
---|
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
Component: | General → Core : Pasting |
---|
comment:3 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 14 years ago by
Milestone: | → CKEditor 3.5 |
---|---|
Owner: | set to Garry Yao |
Status: | confirmed → review |
Summary: | Ordered lists are not pasted properly from Word → Roman list style are not pasted properly from Word |
Changed 14 years ago by
Attachment: | 6330.patch added |
---|
comment:5 Changed 14 years ago by
Keywords: | IBM added |
---|
comment:6 Changed 14 years ago by
Milestone: | CKEditor 3.5 → CKeditor 3.4.3 |
---|
comment:7 Changed 14 years ago by
Keywords: | IE added |
---|
comment:8 Changed 14 years ago by
Status: | review → review_failed |
---|
comment:9 Changed 14 years ago by
Status: | review_failed → review |
---|
- Firefox illustration you see is a recent Firefox regression see #6662;
- For the patch to work need pasteFromWordRemoveStyles turned off, as list-style-type is actually a style.
comment:10 Changed 14 years ago by
Keywords: | IE removed |
---|
comment:11 Changed 14 years ago by
Status: | review → review_passed |
---|
I'm accepting the patch because it has nothing to do with it, but I think we have something to rethink in the future. We, developers, know that list-style-type is related to styles, but I'm not sure that's the way end users understand it, so it should not depend on pasteFromWordRemoveStyles much probably.
comment:12 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
comment:13 Changed 11 years ago by
Component: | Core : Pasting → Plugin : Paste from Word |
---|
It works well for me with Firefox, even before the patch.
In IE, I'm always having the following output, even after patch (it makes no difference):
I'm using the document attached by wwalc for testing.