Details
-
Bug
-
Resolution: Fixed
-
Major
-
15.10.11, 16.4.1, 16.5.0
-
None
-
Unknown
-
N/A
-
N/A
-
Description
This can be reproduced easily with:
{{html clean="false"}} <details> <summary> <span class="panel-title">Title</span> </summary> <div class="panel-body">Body</div> </details> {{/html}}
When you edit this in WYSIWYG mode, both the summary and the rest of the details are visible from the start and if you inspect the HTML you'll notice that both the summary and details tags are missing (removed by CKEditor). You're left with the SPAN and DIV.