Hi,
I am using AEM 6.1 (actually same issue exists on older AEM too). This is related to RichText editor.
Issue
In source mode when we enter below <div> :
<div id="my-key">This is test</div>
it removes the attributes within <div> and change it to something below:
<div>This is test</div>
But what we noticed was if I change the "id" attribute to "class" attribute in <div> then RTE retains the <div> without changing anything
<div class="my-key">This is test</div>
Just wondering if anyone of you guys had similar issue. I am using out of box RTE plugin.
Thanks in advance.