Opened 8 years ago
Last modified 8 years ago
#16681 confirmed Bug
Pasting List from Word in IE wraps list utems in paragraphs. — at Version 2
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.6.0 |
Keywords: | IE11 | Cc: |
Description (last modified by )
Steps to reproduce
- Create standard ordered or unordered list in MS Word file
- Clear editor contents
- Copy the list from word file and Paste it into editor
Expected result
Just ul/ol tags get pasted.
Actual result
Each list item text is wrapped in paragraph.
Other details (browser, OS, CKEditor version, installed plugins)
Problem can be reproduced in CKEditor 4.6 in IE11.
NOTE: Actually native IE11 produces same result so I'm not entirely sure if CKEditor should extra filter it or rather IE11 should have that fixed:
<ol style="list-style-type: decimal; direction: ltr;"> <li style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif"; font-size: 11pt; font-style: normal; font-weight: normal;'> <p style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif"; font-size: 11pt; font-style: normal; font-weight: normal; margin-top: 0cm; margin-bottom: 0pt; mso-list: l0 level1 lfo1;'> <span lang="PL" style="mso-ansi-language: PL;">Test1</span> </p> </li> <li style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif"; font-size: 11pt; font-style: normal; font-weight: normal;'> <p style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif"; font-size: 11pt; font-style: normal; font-weight: normal; margin-top: 0cm; margin-bottom: 0pt; mso-list: l0 level1 lfo1;'> <span lang="PL" style="mso-ansi-language: PL;">Test2</span> </p> </li> <li style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif"; font-size: 11pt; font-style: normal; font-weight: normal;'> <p style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif"; font-size: 11pt; font-style: normal; font-weight: normal; margin-top: 0cm; margin-bottom: 10pt; mso-list: l0 level1 lfo1; tab-stops: 179.25pt;'> <span lang="PL" style="mso-ansi-language: PL;">Test3</span> </p> </li> </ol>
On the other hand, paragraphs weren't populated in IE11 so maybe this can be fixed by the editor.
Change History (3)
Changed 8 years ago by
Attachment: | Test1.docx added |
---|
comment:1 Changed 8 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 8 years ago by
Description: | modified (diff) |
---|