- Affected version
- 2.3.6
Despite being marked as resolve in: https://xenforo.com/community/threa...ll-not-render-some-fa-icons-in-editor.222216/
This isn't actually fixed.
A list with the font-awesome icon of
But render as like this in the editor:
A custom bb-code button with font-awesome icon with of
But render as like this in the editor:
In both cases the
This isn't actually fixed.
A list with the font-awesome icon of
fas fa-tools
renders as this via the admincp:
XML:
<i class="fa--xf fas fa-tools fa-lg fa-fw "><svg xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true"><use href="/data/local/icons/solid.svg?v=1746352377#tools"></use></svg></i>
But render as like this in the editor:
XML:
<i class="fa--xf far fa- fa-tools "><svg xmlns="[URL]http://www.w3.org/2000/svg[/URL]" role="img" aria-hidden="true">
<use href="/data/local/icons/regular.svg?v=1746352377# fa-tools"></use>
</svg></i>
chalkboard fa-flip-both
as this via the admincp:
XML:
<i class="fa--xf far fa-chalkboard fa-flip-both "><svg xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true"><use href="/data/local/icons/regular.svg?v=1746352377#chalkboard"></use></svg></i>
But render as like this in the editor:
XML:
<i class="fa--xf far fa-chalkboard fa-flip-both "><svg xmlns="[URL]http://www.w3.org/2000/svg[/URL]" role="img" aria-hidden="true">
<use href="/data/local/icons/regular.svg?v=1746352377#chalkboard fa-flip-both"></use>
</svg></i>
In both cases the
<use href="...>
link is rendered wrong. fa- fa-tools
also doesn't match the admincp vs editor output