Ticket #7209 (confirmed Bug)
Ordered list with 3 levels not pasted from word correctly
| Reported by: | jorp | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Pasting | Version: | 3.1 |
| Keywords: | Cc: |
Description
If you create the following list in Word
1. Item 1
a. Item 1a
i. Item 1aa
2. Item 2
3. Item 3
a. Item 3a
b. Item 3b
c. Item 3c
d. Item 3d
It results in
1. Item 1
a. Item 1a
ii. Item 1aa
3. Item 2
4. Item 3
a. Item 3a
b. Item 3b
c. Item 3c
d. Item 3d
Internet Explorer 8, Word 2003, Windows XP
Attachments
Change History
comment:1 Changed 2 years ago by j.swiderski
- Status changed from new to confirmed
- Version changed from 3.5 to 3.5.3 (SVN - trunk)
Before revision version [6585] three level list pasting worked in the following way:
FireFox changes third level nodes to paragraphs since CKEditor version 3.0 Three level lists work in Chrome, Safari and IE till version 3.0.2 inclusive. Since version 3.1 they don't work any more. Third level nodes are changed to second level nodes. Opera inserts empty paragraphs for the third level nodes since CKEditor version 3.0
There is also problem with two level lists pasted from word. They work in FF3. They work in Chrome, Safari and IE till version 3.0.2. Since version 3.1 they don't work any more. Second level nodes are changed to first level nodes. Opera inserts empty paragraphs for the second level nodes since CKEditor version 3.0
Since revision version [6585] there are still some problems with three level list pasting: IE, Safari, Chrome, FF all “upgrade” third level nodes to second level nodes. Opera inserts empty paragraphs. Two level list pasting doesn't only work in Opera which inserts empty paragraphs for second level nodes.
For tests I have used test2.doc (Attachment). All cases described here were tested using Office 2003. There is a similar issue presented in ticked #6662 and it seems to fix some but not all issues described in this ticket.

word document test case