- Issue created by @omsingh89
- Status changed to Postponed: needs info
over 1 year ago 11:00am 15 June 2023 - 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
- Can you please provide sample content to reproduce this?
- Did you find a pre-existing upstream bug report at https://github.com/ckeditor/ckeditor5/issues? 🙏
- 🇺🇸United States markfien
This is a major issue preventing us from using CKEditor 5 in Drupal 9 and 10. Attached is our test file to replicate this issue.
Using Admin theme of Claro and dw3css theme no lists are formatted correctly. Sample file includes bullet, numbered and alphabetic all fail with a conversion insert which is not in Word file of text-indent:-.25in which causes text to be offset on top of the item identifier in the list.
<ul style="list-style-type:disc;"> <li class="MsoListParagraphCxSpFirst" style="mso-list:l0 level1 lfo1;<strong>text-indent:-.25in;</strong>"> Item 1<o:p></o:p> </li> <li class="MsoListParagraphCxSpMiddle" style="mso-list:l0 level1 lfo1;<strong>text-indent:-.25in;</strong>"> Item 2 <br> more about item 2<o:p></o:p> </li> <li class="MsoListParagraphCxSpLast" style="mso-list:l0 level1 lfo1;<strong>text-indent:-.25in;</strong>"> Item 3<o:p></o:p> </li> </ul> <p class="MsoNormal"> End of bullet list.<o:p></o:p>
When will this module be ready for prime time and in sync with copy/paste from Word and Office?
- Status changed to Fixed
about 1 year ago 11:16am 30 August 2023 - 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
Thanks to @witeksocha, I learned that CKEditor 5 38.1.0 fixed this (#6 by @markfien) particular problem (upstream issue: https://github.com/ckeditor/ckeditor5/issues/12361). It was added to Drupal core in 📌 Update CKEditor 5 to 38.1.0 Fixed and it shipped it in Drupal 10.1.1.
This means you're either on 9.5.x, 10.0.x or 10.1.0. Please update to the latest version and it'll be solved :)
Automatically closed - issue fixed for 2 weeks with no activity.