#6493 closed Bug (duplicate)
Paste from Word - Numbering of list is wrong when elements are separated by paragraphs
Reported by: | Krzysztof Studnik | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Plugin : Paste from Word | Version: | 3.4.1 |
Keywords: | Opera Webkit | Cc: |
Description (last modified by )
- Copy text from attached document to CKEditor
- Paste content to CKEditor in Opera/Chrome/Safari
Expected result: Formating is exact the same as in Word
Actual: List is inproperly numbered. Output source in Opera and Webkit:
<p> Questions and answers: </p> <ol> <li> <strong>[Question]</strong> test </li> </ol> <p style="margin-left:37.5pt;"> <strong>Answer:</strong>test </p> <ol> <li> <strong>[Question]</strong> test </li> </ol> <p style="margin-left:37.5pt;"> <strong>Answer:</strong>test </p>
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | Questions and answers.docx added |
---|
comment:1 Changed 14 years ago by
Keywords: | Opera Webkit added |
---|
comment:2 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:3 Changed 11 years ago by
Component: | Core : Pasting → Plugin : Paste from Word |
---|
comment:4 Changed 9 years ago by
Description: | modified (diff) |
---|
Reformatted code listing for better readability.
DUP of #4945.