I had a similar problem to the one you're describing, in that I was unable to add a Bootstrap Carousel because the HTML code for it contained empty elements.
In the end, I got around this limitation by creating a C1 function to insert the more complex HTML code and fill in required values from the function's input parameters. This solved the issue with the misbehaving TinyMCE editor, and also allowed me to put a GUI on top of a complex piece of code... much to the joy of my editors.
David.
In the end, I got around this limitation by creating a C1 function to insert the more complex HTML code and fill in required values from the function's input parameters. This solved the issue with the misbehaving TinyMCE editor, and also allowed me to put a GUI on top of a complex piece of code... much to the joy of my editors.
David.