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

Hi,

Image deletion throws an exception when you try to delete by pressing backspace key when the spellchecker is enabled (

I initialized it this way:

this.editor.spellChecker.languageID = 1036;    

this.editor.spellChecker.allowSpellCheckAndSuggestion = true;    

this.editor.spellChecker.enableOptimizedSpellCheck = true;

)


usecases:

deleting

selected 
image with text sibling -> ok

deleting

selected 
image alone (contextType === image) -> ok

deleting image by positioning carret after image then pressing backspace -> error


the exception is thrown by the dictionary by checking a "text" property, but the ImageElementBox hasn't this property

You can try it here :

https://stackblitz.com/edit/react-ps1kug-judtlw?file=Mord.js


here is some additional informations from my console

Empty