Issue in the Rich Text Editor ordered list

We found an issue in the Rich Text Editor ordered list behavior.

Steps to reproduce:

  1. Create an ordered list:

    • list 1

    • list 2

  2. Press Enter to create a third list item.

  3. Copy the first two list items.

  4. Paste them under the third item.

Issue:

  • The third list number is overwritten incorrectly after paste (for example, list item 3 changes unexpectedly).

  • After pasting, if I try to delete only the newly pasted list items, the editor deletes all list content instead of only the selected items.

Expected behavior:

  • List numbering should remain correct after paste.

  • Deleting pasted items should only remove the selected items, not the entire list content.

This issue happens consistently when copying and pasting ordered list items inside the editor.


Attachment: Screenshot_20260317_115235_8b085ca0.png

1 Reply

VJ Vinitha Jeyakumar Syncfusion Team March 18, 2026 10:55 AM UTC

Hi Alaa Najjar,


Thank you for taking the time to share the detailed explanation and clear steps to reproduce the issue. We truly appreciate your effort in reporting this.


We checked the behavior on our side and were able to replicate the reported issue in our earlier version 32.2.7. However, when validating the same scenario in our latest version 33.1.44, the issue is not reproduced, and the ordered list behaves as expected during copy-and-paste operations.


For your reference, please find a sample demonstrating the correct behavior in the latest version:

Samplehttps://stackblitz.com/edit/angular-2crhk455?file=src%2Fapp.component.html


We kindly recommend upgrading to the latest version (33.1.44) to resolve the issue from your end.



Loader.
Up arrow icon