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!

1
Vote

If you programmatically set the value to empty string "" then you try to Paste in some text value directly into the editor, it fails. In the UI simply nothing happens. In the console you get an error. 

Steps to reproduce:

  1. Set value to "". Using console do something like defaultRTE.value ="" where defaultRTE is the richtext editor
  2. Copy Text value from other location
  3. In the UI put focus on the rich text editor 
  4. Try to Paste value into rich text editor using right click paste or ctrl+v either one will cause issue