Opened 13 years ago

Closed 13 years ago

Last modified 8 years ago

#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 Marek Lewandowski)

  • 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)

Questions and answers.docx (13.6 KB) - added by Krzysztof Studnik 13 years ago.

Download all attachments as: .zip

Change History (5)

Changed 13 years ago by Krzysztof Studnik

Attachment: Questions and answers.docx added

comment:1 Changed 13 years ago by Krzysztof Studnik

Keywords: Opera Webkit added

comment:2 Changed 13 years ago by Garry Yao

Resolution: duplicate
Status: newclosed

DUP of #4945.

comment:3 Changed 10 years ago by Frederico Caldeira Knabben

Component: Core : PastingPlugin : Paste from Word

comment:4 Changed 8 years ago by Marek Lewandowski

Description: modified (diff)

Reformatted code listing for better readability.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy