Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

In the Rich Text Editor, the "change" event is not triggered when using the standard macOS keyboard shortcut Command-Delete to delete an entire line of text. However, if the "autoSaveOnIdle" property is removed, it works properly.


Replication Steps:

  1. Run the sample on macOS.
  2. Place the cursor at the end of any line to remove the entire line.
  3. Press Cmd+Delete and observe that the "change" event is not triggered.

Expected Behavior:
When performing Cmd+Delete to remove an entire line, the "change" event should trigger properly.

Actual Behavior:
When performing Cmd+Delete to remove an entire line, the "change" event is not triggered properly.