ckeditor5 icon indicating copy to clipboard operation
ckeditor5 copied to clipboard

Converting list items to paragraphs doesn't work as expected

Open marko1604 opened this issue 2 years ago • 2 comments

📝 Provide detailed reproduction steps (if any)

  1. Create bulleted list with the following structure:
- item 1
- item 2
  - item 2.1
    - item 2.1.1
- item 3  
  1. Select items 2 and 2.1

  2. Click Bulleted List button

✔️ Expected result

Items 2 and 2.1 are converted to paragraphs and items 2.1.1 and 3 now have indent 0

- item 1
item 2
item 2.1
- item 2.1.1
- item 3    

❌ Actual result

Items 2 and 2.1 are converted to paragraphs and items 2.1.1 and 3 now have indent 0, BUT item 3 is replaced with item 2.1

- item 1
item 2
item 2.1
- item 2.1.1
- item 2.1  

Clicking on last item (now 2.1) also moves focus to actual 2.1 item, as you can see on the recording

screen-capture (1).webm

📃 Other details

  • Browser: Chrome
  • OS: Windows 11

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

marko1604 avatar May 29 '23 13:05 marko1604

Thanks for the report. I replicated this using: https://ckeditor.com/ckeditor-5/demo/feature-rich/. Not replicable in the Document list.

Witoso avatar May 29 '23 14:05 Witoso

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.

CKEditorBot avatar May 29 '24 03:05 CKEditorBot

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).

CKEditorBot avatar Jun 29 '24 03:06 CKEditorBot