Opened 14 years ago
Last modified 9 years ago
#6493 closed Bug
Paste from Word - Numbering of list is wrong when elements are separated by paragraphs — at Initial Version
Reported by: | Krzysztof Studnik | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Plugin : Paste from Word | Version: | 3.4.1 |
Keywords: | Opera Webkit | Cc: |
Description
- 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> <ol> <li> <strong>[Question]</strong> test</li> </ol> <p style="margin-left:37.5pt;"> <strong>Answer:</strong>test</p>