I have been trying to insert <section></section> tag inside the tiny mce editor but after clicking update its automatically appending three more <section></section> tags in editor. I am facing this issue in internet explorer.
In mozila it is working as expected.
I have also changed the custom_config.js used for tiny mce and added
IWTinyMCECustomConfig("custom1", "extended_valid_elements", "section[class|name|id]");
But still the issue remains the same.
Does anyone faced similar problem?
Please help!
Teamsite Ver - 7.4.1
OS - Windows Server 2012 R2.
Thanks
Niraj Kumar