Open thekenshow opened 4 years ago
I was able to restore functionality be replacing the plugin's js/tinymce
folder with the version in the most recent TinyMCE community release. The formatting of the toolbar and text content is different though, with a much larger font size.
FWIW, I've been able to reproduce the blank page error on a Grav RC-15 default installation + tinymce-editor (Apache/PHP 7.3) on my local Mac dev system but not with the same code on my remote Plesk host. So this may be a local problem, continuing to test.
Hi, I'm new here at Grav... But I can confirm the same behavior described in the ticket.
Many greetings Stefano
Having the same problem. It looks similar to this one: https://github.com/tinymce/tinymce-vue/issues/223 Technologies differ except for tinymce. Issue relates to a non-visible input area (maybe because of grav admin input tabs?)
Wrapping tinymce.init
into a window.setTimeout
resolves the issue for me here too.
@newbthenewbd you want me to open a PR for this?
Just updated a site to the latest 1.7 RC and the TinyMCE editing field often shows up blank whether or not there is any content in it. Inspecting, it shows an empty
<body>
tag. It isn't possible to click or tab into the editing region when this happens. It might get restored by re-saving the page or leaving and returning, sometimes multiple times. Replicated on Firefox and Chrome latest.Examples below.
Blank textarea even though content was inserted and saved previously
Same page after saving (or leaving and returning) with no changes applied