-
Bug
-
Resolution: Fixed
-
Minor
-
4.2.3, 4.3
-
2
-
Team Hedgehog 2023 Sprint 4.3, Team Hedgehog 2023 Review 4
If you try to add a font awesome icon like<p><i class="fa-solid fa-check" style="font-size: 1.5em; color: green;"></i></p> Tiny MCE removes the i-tag, because it does not have any content. If I add a space <p><i class="fa-solid fa-check" style="font-size: 1.5em; color: green;"> </i></p> TinyMCE keeps the tag.
It should be able to insert font awesome icons by copying the provided html code from font awesome without adding the extra space.
Relatest to: https://tracker.moodle.org/browse/MDL-76233