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!

0
Votes

If you have a custom toolbar item in the Rich Text Editor and then remove the editor from the dom, the console prints errors for every following click anywhere on the dom.


error: 

Uncaught TypeError: Cannot read properties of null (reading 'contains')

    at ./modules/sf-richtexteditor.js.window.sfBlazor.RichTextEditor.e.onDocumentClick


Repro Steps:

  1. Add attached code
  2. Click the "Delete" toolbar button
  3. Open the console
  4. Click anywhere on the page

version: 28.1.33