ckeditor / ckeditor5

Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
https://ckeditor.com/ckeditor-5
Other
8.7k stars 3.62k forks source link

Document to-do list checkbox doubles upon dragging content #15123

Open godai78 opened 9 months ago

godai78 commented 9 months ago

📝 Provide detailed reproduction steps (if any)

  1. Change the list to to-do list
  2. Align the image
  3. Resize the image
  4. Align the image
  5. Drag the image inbetween two paragraphs inside a to-do list item

✔️ Expected result

Nothing happens to the list and the image is now part of the item.

❌ Actual result

The list splits (a list item is added) and the to-do checkbox doubles:

2023-10-04 10 35 01

❓ Possible solution

If you have ideas, you can list them here. Otherwise, you can delete this section.

📃 Other details


If you'd like to see this fixed sooner, add a 👍 reaction to this post.

niegowski commented 7 months ago

This looks like the strategy for dropping a block inside a multi-block list item. Maybe it should not split the existing list item?