Former title:
elements can break tinymce editor
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.
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.