Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, 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!

1
Vote

When pressing Backspace at the start of the third line after using Shift + Enter and Enter, all lines merge into one instead of only merging adjacent lines. 

Steps to Reproduce:


  1. Open the https://ej2.syncfusion.com/react/demos/#/fluent2/rich-text-editor/tools
  2. Type any text and press Shift + Enter.
  3. Type any text and press Enter.
  4. Enter text for "Line 3" and place the cursor at the beginning of "Line 3" and press Backspace.
  5. See the issue all the lines are merged.

Expected Behaviour:
Pressing Backspace at the start of a line should only merge the adjacent lines, not all lines.

Actual Behaviour:
Pressing Backspace at the start of a line merges all lines into a single line, causing unintended changes in the text structure.