7 | | - Iframes cannot be moved in the DOM, or rather they are reloaded after they are moved. This is a browser security related limitation that breaks TinyMCE. |
8 | | - When initializing, TinyMCE gets the dimensions and position of the textarea to be able to replace it seamlessly. This doesn't work if the textarea is hidden. (There may be a workaround for that, will look further). |
| 7 | - Iframes cannot be moved in the DOM, or rather they are reloaded after they are moved. This is a browser security related limitation that may break TinyMCE. |
| 8 | - When initializing TinyMCE gets the dimensions and position of the textarea to be able to visually replace it. This doesn't work if the textarea is hidden (no calculated values). There may be a workaround for that, will look further. |