Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, 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
: When using the RichTextEditor with the FontColor toolba, the toolbar icon does not update to reflect the font color of the currently selected text or cursor position. Instead, it continues to display the last applied color, which can lead to confusion for users.

 

Sample: https://blazor.syncfusion.com/demos/rich-text-editor/overview?theme=fluent2


Replication steps:

 

  1. Open the sample.
  2. Type some text and apply a font color (e.g., red).
  3. Move the cursor to another text with a different color (e.g., blue).
  4. Observe that the Font Color toolbar still shows the previously applied color (e.g., red) instead of the current selection’s color.

 

Expected Behavior:

The Font Color toolbar icon should update dynamically to reflect the selected text’s font color whenever the cursor position or text selection changes.

 

Actual Behavior:

The Font Color toolbar icon always shows the last applied color and does not change based on cursor movement or text selection.