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
On first load of the page every editor works and typed on. As soon as I do an action and causes the page to get new data and apply the new data to the mapping. This will trigger the dom to update which then causes ALL editors to not function.
<html><head></head><body></body></html>
That's the content of the iframe after update. But this is how it looks like initially:
I have an issue when the DOM gets updated.
On first load of the page every editor works and typed on. As soon as I do an action and causes the page to get new data and apply the new data to the mapping. This will trigger the dom to update which then causes ALL editors to not function.
<html><head></head><body></body></html>
That's the content of the iframe after update. But this is how it looks like initially:
<body id="tinymce" class="mce-content-body " data-id="1-1039-RT-comment" contenteditable="true" spellcheck="false"><p>test</p></body>
Left out the since it may contain confidential information.
The text was updated successfully, but these errors were encountered: