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

Description:
Ensure that the inline text formatting is maintained when a word is selected and typed over. Use span elements with inline styles instead of creating u, b, or i elements.
Steps to Reproduce:
  1. Open the following link and run the sample: []
  2. In the editor, double-click on a word to select it.
  3. Start typing over the selected text.
  4. Inspect the modified text in the editor.
  5. Notice that the selected text is wrapped in u, b, or i tag instead of the desired span tag with inline styles.

Expected Behavior:
New text should wrap inside the span element to retain the applied styling consistently.
Actual Behavior:
New text is wrapped inside the u, b, or i elements instead of span element