Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, 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,

I've got the following issue when trying to use the rich text editor control within a modal dialog. I've attached a basic sample of the issue.

Expected behaviour:
Click open button and a modal will appear with a rich text editor control inside.

Result:
Modal opens with rich text editor control inside but the toolbar is not reacting to the modal size and the text area is not selectable.

Findings while troubleshooting:
Closer inspection revealed that toolbar wrapper (class="e-toolbar-wrapper") and the content wrapper (class=e-rte-content) are both initialised with a height of 0px.
If the window size is changed (either the main window or changing the view size via the developer console), the height of these two items is corrected, the toolbar displays correctly and the text area is able to be selected.

Clearly this is possible since this feedback form is using the same controls. Any fix, workaround or guidance would be appreciated.

Thanks,
Eddy