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
{{ message }}
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.
To simulate this error, customize the main_template and add a div with id 'text' in the portal header. Then edit a Page.
The problem is that the tinymce use only the id of the element to decide which element to add the editor. So it adds the editor on the first element has that id. Including the new version of tinymce is also like that.
My suggestion is remove the id of the textarea with javascript, if there is an element on the screen with the same id. When the element has no id, the tinymce creates a unique id for him. This could be done here. I tested it and it worked! I can not fix because I don't have Contributors Agreement. Anyone can fix it?
If coincidentally, a field rich has the same id that a div in layout, the Products.TinyMCE add the editor to this div.
The text was updated successfully, but these errors were encountered: