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
You can shoot yourself in the foot by adding a <form> element to a document (e.g. through the tinymce source editor).
This breaks the wysiwyg editor, as it simply renders the document's html and erroneously closes the outer form, which makes the save/abort buttons not work anymore.
I'm not sure how this should best be dealt with - I guess the HTML source should be sanitized, e.g. <form> elements be removed.
The text was updated successfully, but these errors were encountered:
Former title:
elements can break tinymce editorYou can shoot yourself in the foot by adding a
<form>
element to a document (e.g. through the tinymce source editor).This breaks the wysiwyg editor, as it simply renders the document's html and erroneously closes the outer form, which makes the save/abort buttons not work anymore.
I'm not sure how this should best be dealt with - I guess the HTML source should be sanitized, e.g.
<form>
elements be removed.The text was updated successfully, but these errors were encountered: