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

Issue can be replicated with this demo: https://stackblitz.com/edit/tw9y15-dgxzc8

Replication steps:

  1. Add the text annotation element from the symbol palette to the diagram.
  2. Double click the text annotation element to activate text editing.
  3. --> Following error appears in place of the diagram:

    Error in /turbo_modules/@syncfusion/[email protected]/dist/ej2-diagrams.umd.min.js (10:847693)

    Cannot read properties of undefined (reading 'width')


And console has following error:

preview-576106487430a.js:2 TypeError: Cannot read properties of undefined (reading 'width')

    at r.startTextEdit (symbol-palette.js:2022:3)

    at i.doubleClick (symbol-palette.js:2022:3)