paste-from-office: Losing indent level for nested lists of different type (numbered, bullet) #7805
Closed
Description
📝 Reproduction Steps
-
Created a nested list in MS Word (Office 365) as follows:
- Lorem
- Ipsum
- Dolor
- Sit
- Amet
See Copy-Paste-Mixed-List-Issue-CKEditor.docx (first list shows error; second list works).
-
Copy the entire list
-
Paste it for example to CKEditor 5 demo
✔️ Expected result
Just as all other nested lists (even for mixed outer numbered, inner bullet) the nested indentation levels should be kept as is.
❌ Actual result
Indentation level of nested list is set to 0:
- Lorem
- Ipsum
- Dolor
- Sit
- Amet
📃 Other details
- Browser: Chrome
- OS: Windows 10
- Office: MS Word; Office 365
- CKEditor version: Most recent (CKEditor 5 demo) as well as custom using
"@ckeditor/ckeditor5-paste-from-office": "^20.0.0"
- Installed CKEditor plugins:
"@ckeditor/ckeditor5-paste-from-office": "^20.0.0"
If you'd like to see this fixed sooner, add a 👍 reaction to this post.