I've used a tinymce editor inside a tabbed display: tinymce editor inside tabbed display after switching tabs (which toggles the parent div's display to none). the editor disappear: editor disappeared I check and some code (not mine) set the textarea element inline style to display: hidden, and when I toggle it off. the editor is uninitialized and lost it's content. element style after disabling the display none, the editor reverts to it's original content and no editor is initialised
I expected when switching between tabs, the editor will remain with all it's contents and just become visible again, how can I stop the editor for loosing it's state and interactivity?