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
We are using the SyncFusion Document Editor Component in our React web application.
Excerpt from package json

"dependencies": {
    ...
    "@syncfusion/ej2-base": "^18.1.42",
    "@syncfusion/ej2-react-documenteditor": "^18.1.42",
    "@syncfusion/ej2-react-richtexteditor": "^18.1.42",
    ...
}

When we want to define and style a table, we are opening the modal dialogue Tabelleneigenschaften.
To define the table border and shadow style we are then clicking on the Rahmen und Schattierung button.
grafik.png

Activating the Rahmen und Schattierung sub-dialogue (nothing happens)

After that, nothing happens.

  1. There is no Rahmen und Schattierungdialogue visible, let alone to be able to work with it.
  2. Btw, I can see the sub-dialogue, when I move the Tabelleneigenschaften dialogue to another position.
    grafik.png
    Moved first level dialogue window and unreachable second level dialogue window


  3. But, since the Tabelleneigenschaften dialogue is modal, I am not able to use the Rahmen und Schattierung dialogue.

What I would expect

After clicking the Rahmen und Schattierung button, the current dialogue is disappearing and the Rahmen und Schattierung dialogue ist visible, activated and I am able to work with it.