#7982 closed Bug (fixed)
Multi-level lists get split into smaller ones
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.6.0 |
Component: | Plugin : Paste from Word | Version: | 3.5.3 |
Keywords: | Cc: | satya_minnekanti@… |
Description
- Open Ajax sample
- Paste the list from the attached file
- See that it gets split into several smaller lists.
This worked till version 3.5.2 for all browsers except Firefox (3.6 and 4). From version 3.5.3 rev [6616] list gets split in all browsers (except FF3.6 as it never worked and will work there).
Attachments (2)
Change History (14)
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 13 years ago by
Cc: | satya_minnekanti@… added |
---|
comment:3 Changed 13 years ago by
Status: | confirmed → pending |
---|
comment:4 Changed 13 years ago by
Status: | pending → confirmed |
---|
Changed 13 years ago by
Changed 13 years ago by
Attachment: | lists_and_desc.doc added |
---|
comment:6 Changed 13 years ago by
During reproduction I have found another problem. It is reported here #8103
comment:8 Changed 11 years ago by
Component: | Core : Lists → Plugin : Paste from Word |
---|
comment:9 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Fixed with new Paste From Word plugin in 4.6.0.
comment:10 Changed 8 years ago by
Milestone: | → CKEditor 4.6.0 |
---|
comment:11 Changed 8 years ago by
This issue is not properly fixed. Tested again on nightly for 4.6 List indentation does not show properly after paste. Pls re-open this defect
comment:12 Changed 8 years ago by
@satya - while the file from list doc really produces the problem, I haven't been able to re-create such list and get the same result.
I was creating nested lists in Word using increase indent or tab, increasing indent on whole list and changing the list type. Visually list looked the same like in the example but it never produced any errors. Looking at the clipboard HTML the levels were also ok and not like it was mentioned in comment:3 for the original list.
Also this particular list produces problems in other editors. Namely there are two lists pasted.
I think that list from that file was a special case. Are you able to reproduce the problem creating list from scratch. I yes, could you provide sample docx file and tell me how have you created such list?
It's caused by flipped "mso-list" indicators on list items:
We need to investigate how this invalid structure is composed in Word which doesn't looks like an ordinary case.