mezzanine
mezzanine copied to clipboard
Upgrade to TinyMCE 4.9.1
When enabling imagetools plugin for current version of TinyMCE (4.1.0) I got the error module definition dependecy not found: tinymce/util/Promise. Upgrading to TinyMCE 4.9.1 made the plugin and the editor work as expected. Tests results on OK.
PS: I followed the guidelines, let me know if there is something else required or something I missed. Thanks!
#1896 is open with a slightly older version - that PR contained some visual issues that needed to be resolved. Can you confirm these aren't present with this PR, and if they are, resolve them first?
Thanks a lot.
@stephenmcd I checked #1896.
Fullscreen issue
I wasn't able to reproduce any issue on my branch. I get the same behavior with the current tinymce version as with the new one (the expected one).
Current:

Updated:

Styling issues
I did had the same issue of the editor blowing out into the left-hand column where field names were listed. The reason behind this change was that the new default value for width was 100% and previously it had auto. I added the width option explicit on the default setup and voila...
As for the
Front-end Editing
I get the same behavior with the new version.
Current:

Updated:
