Hi Everyone,
This happens out-of-the-box for the quickstart (just downloaded yesterday with latest joomla version).
Problem:
The animation of the 'about' module gets broken after saving (happens even if nothing has actually changed).
Cause (I think):
The default editor TinyMCE has the tags <figure> and <figcaption> filtered before saving, destroying the animation.
Steps I took:
1. Added code back through html view.
--> does not work.
2. Added the tags into 'Extended Valid Elements' of the TinyMCE editor plugin.
--> still no go: the tags now get saved across edits but it stubbornly removes the 'class' attribute of the <figure> tag and renders the code useless.
3. Turned off all editors from user's settings, i.e., choose 'none' in the editor option.
--> now it works.
I wonder if there are any other things I can do to make it work without disabling TinyMCE altogether?