Opened 14 years ago

Closed 13 years ago

Last modified 10 years ago

#6426 closed Bug (duplicate)

Numbered list with 3 levels pasted from word is converted to <p>'s

Reported by: Krzysztof Studnik Owned by:
Priority: Normal Milestone:
Component: Plugin : Paste from Word Version: 3.1
Keywords: Firefox3 Cc:

Description

based on #6401 I pasted contents from word files, attached there into CKEditor opened in Firefox 3.6.10

instead of

<ol>
	<li>
...
        </li>
</ol>

pasted content is:

<p style="margin-left: 18pt;">
	1)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Level 1</p>
<p style="margin-left: 18pt;">
	2)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Level 1</p>
<p style="margin-left: 36pt;">
	a)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Level 2</p>
<p style="margin-left: 36pt;">
	b)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Level 2</p>
<p style="margin-left: 54pt;">
	i)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Level 3</p>
<p style="margin-left: 54pt;">
	ii)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Level 3</p>
<p style="margin-left: 54pt;">
	iii)&nbsp;&nbsp;&nbsp; Level 3</p>
<p style="margin-left: 36pt;">
	c)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Level 2</p>
<p style="margin-left: 36pt;">
	d)&nbsp;&nbsp;&nbsp;&nbsp; Level 2</p>
<p style="margin-left: 18pt;">
	3)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Level 1</p>
<p style="margin-left: 18pt;">
	4)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Level 1</p>

Files were open in Word 2010 x64 PL

Change History (2)

comment:1 Changed 13 years ago by Garry Yao

Resolution: duplicate
Status: newclosed

DUP of #6662.

comment:2 Changed 10 years ago by Frederico Caldeira Knabben

Component: Core : PastingPlugin : Paste from Word
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