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

Hello, 

I have a Word document which contains a table. When I add a request to delete this table, and try to delete (using backSpace) the change, I get this error and the Word editor becomes unresponsive.


Steps:

  1. Create a Word file with a table.
  2. Request to delete parts of the table rows/cells
  3. On the changes you made try deleting again (using keyboard)
  4. Editor becomes unresponsive
I'm using a very basic setup in this example. Everything was copied from the documentation.

What this setup does:
  1. Upload a word file and convert to SFDT type using the latest docker image running on my machine
  2. Go through the reproduction steps

I can't share this specific document, since it's a customer file. But checked and it happened in other files as well.