Relative Content

Tag Archive for tinymcecontenteditabletinymce-6

TinyMCE changes behavior of unrelated ContentEditable

We want to use an inline tinymce alongside a contenteditable div on our page. We just noticed, that tinymce changes the “newline” behavior of an unrelated contenteditable div. Usually pressing enter adds <div> containers to the content editable. However, after adding an inline tinymce to the page, pressing “newline” adds <p> elements.