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

When using an the In-Place control with type "RTE". The RTE toolbar fails to render correctly if any value is specified for popupSettings.model.afterOpen.

The toolbar is rendered but where there are more items than can fit in one row the expand button is added. Clicking on the expand button expands the toolbar to an additional row but there is no content in the second row.

The effect can be seen in this js fiddle - https://jsfiddle.net/5jraw8sq/2/

In the fiddle, comment out the afterOpen item in the control definition to have the toolbar render correctly.

This happens even when afterOpen is specified but no value is set. e.g. afterOpen: undefined


Please advise if there is a workaround for this issue.


Thanks


Gary