editor.tinymce.js not auto-resizing on init with tinymce version 8
editor.tinymce.js not auto-resizing on init with tinymce version 8
in Editor
autosize on initialization worked with the plugin and tinymce 5
now with tinymce 8 the editor does not expand when displayed, only when users add a line break
AI could not provide a fix
Answers
I found a solution.
In the plugin code add this, because the problem arises only, if autoresize_bottom_margin in the setup options is not defined or 0.
If it is not defined it is automatically set to 0 so you can catch it like this:
Insert it here in editor.tinymce.js :
That's fantastic - many thanks for posting back with your findings!
Allan