You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The language switching buttons are, most of the time, not switching the content in TinyMCE.
When editing content in WYSIWYG-area and updating the post, all changes are lost.
A, sometimes, working solution is to switch to the raw editor and after that use the language switching buttons, or update the post. But this is inconsistent and not stable at all.
No JS errors is reported in the F12 console.
Other user observation:
Not sure if this is actually a bug (maybe someone can confirm) or some plugin conflict BUT, after hacking away at admin/js/common.js I discovered the following:
window.addEventListener('load', function(){ ... }); works to register tinyMCE.editors in Chrome but not in IE (weird?)
"I have no idea what i'm doing but it's fixed": wrap everything up from inside the 'load' function in a setTimeout() with 1000 to give IE a chance to "LOAD" load the loaded page. (sheesh)
The text was updated successfully, but these errors were encountered:
Apparently same issue reported in a few places:
https://wordpress.org/support/topic/unstable-under-ie11
https://wordpress.org/support/topic/buttons-dont-change-content-in-tinymce-fields-in-ie10-possible-fix
In short:
When editing content in WYSIWYG-area and updating the post, all changes are lost.
Other user observation:
Not sure if this is actually a bug (maybe someone can confirm) or some plugin conflict BUT, after hacking away at admin/js/common.js I discovered the following:
The text was updated successfully, but these errors were encountered: