Hi Richard,
When resizing the browser window manually, we have called resize method of document editor internally. Hence control rendered properly on window resize.
If at the time of control creation, document editor element or its parent element display is none, then control will render with its minimum width and height. To resize it, you have to call the resize API, once element or its parent element is visible.
Sample code snippet for resize API
containerInstance.documentEditor.resize(); |
Kindly check it and let us know.
Regards,
Harini C