#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) Level 1</p> <p style="margin-left: 18pt;"> 2) Level 1</p> <p style="margin-left: 36pt;"> a) Level 2</p> <p style="margin-left: 36pt;"> b) Level 2</p> <p style="margin-left: 54pt;"> i) Level 3</p> <p style="margin-left: 54pt;"> ii) Level 3</p> <p style="margin-left: 54pt;"> iii) Level 3</p> <p style="margin-left: 36pt;"> c) Level 2</p> <p style="margin-left: 36pt;"> d) Level 2</p> <p style="margin-left: 18pt;"> 3) Level 1</p> <p style="margin-left: 18pt;"> 4) Level 1</p>
Files were open in Word 2010 x64 PL
Change History (2)
comment:1 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Component: | Core : Pasting → Plugin : Paste from Word |
---|
DUP of #6662.