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

Facing issue in undo after insert line between two field


  1. Create a new MS Word docx (I'm using Microsoft Word for Microsoft 365 MSO (16.0.13127.20266) 32-bit. 
  2. using CTRL+F9 add a merge field. example: {  MERGEFIELD Test_Field1 }
  3. hit F9 to do an "Update Field"
  4. press enter to start a new line
  5. Repeat steps 2 and 3. I gave this field a different name.  example: {  MERGEFIELD Test_Field2 }
  6. Save the docx.
  7. Navigate to the javascript syncfusion document editor demo page. https://ej2.syncfusion.com/demos/document-editor/default/
  8. Open the docx you created
  9. Add a new line between the two merge field lines
  10. using ctrl+z undo the new line creation.
  11. Observe that the UI glitches here and renders two fields on top of each other.