“Your access to TinyMCE will expire on 25 Februrary 2021. Please either contact your administrator or upgrade your account using the instructions available here.”
So I guess that the plugin will be stop working on that date. Are you going to update the plugin? Is there some workaround?
Hi, just pushed out a version based on TinyMCE 5 and which uses scripts from the add-on jar instead of that hosted version that tells the plugin will stop working.
It is a major update, but the API should be mostly backwards compatible (except configuring). Try that and let me know how it works!
The problem I’m facing now is this: when setting the html content by setEditorContent(html) e.g. <strong>blahblah</strong>, the styles are not displayed. But if detach and attach the component then I see the styles.
I suppose it related to some javascript issue and we have to wait, it’s only for your knowledge. Regards.
I also meet this issue. When firstly use setEditorContent(html), the style is not show. Then create another TinyMce instance and call setEditorContent(html), the style can be shown.
Had to get rid of web component impl and did a re-write on 5.0 with the same system we used with earlier version. That is now available with version 3.1.0. Can you repeat the test with that and let me know how it works.