Show Block feature is displaying list items as paragraphs for Document Lists
📝 Provide detailed reproduction steps (if any)
- Open: http://localhost:8125/ckeditor5-show-blocks/tests/manual/showblocks.html.
- Enable show blocks feature.
- Create either an ordered or unordered list.
- Add two list items.
- Add an empty third list item and then press backspace.
https://github.com/ckeditor/ckeditor5/assets/50703222/be3160b4-075c-4f41-9a7a-16a05283a90d
✔️ Expected result
The list items should not be displayed as <p> tags.
❌ Actual result
The first list item is not displayed as a <p> tag, but the other two items are.
❓ Possible solution
This manual test uses Document Lists, so each item list is a paragraph.
📃 Other details
- Browser: All
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
Actually the DocumentList uses paragraphs inside the list of items when elements appear inside the items. Please check the HTML source to confirm if it's showing correctly.
There has been no activity on this issue for the past year. We've marked it as stale and will close it in 30 days. We understand it may still be relevant, so if you're interested in the solution, leave a comment or reaction under this issue.
We've closed your issue due to inactivity. We understand that the issue may still be relevant. If so, feel free to open a new one (and link this issue to it).