Restricted edited for blocks removes proper list order
📝 Provide detailed reproduction steps (if any)
- Click on the second list item (2.)
- Enable block restriction
✔️ Expected result
No. 2 is block restricted.
Current result
No. 2 becomes a new list.
https://github.com/user-attachments/assets/59588adb-e477-4350-a103-9083af578f80
❓ Possible solution
If you have ideas, you can list them here. Otherwise, you can delete this section.
📃 Other details
- Browser: …
- OS: …
- First affected CKEditor version: …
- Installed CKEditor plugins: …
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The block exceptions are wrappers (containers) around blocks, so the list item is now wrapped with a container - the list is split intentionally by the user (same as with block quote).
Apart from the above, this is not a real use case for this feature.
Let's wait for feedback if it's a valid use case.
We have a real use case that we think is similar? A document has a semi-standardized table...items 1,2,3 are locked/preset/non-editable, item 4+ is editable and the user should be able to add item 5+ as well.