- π¨π¦Canada joseph.olstad
@smulvih2 , have you thought about trying 2.26.0 or upgrading to 3.0.0 ?
3.0.0 is supported by D10.2+ and D11+
To replicate: install module and library, enable module as local library with SVG/JS, enable for a rich text CKEditor field, add a content node that includes a rich text html field. Insert an icon via the rich text wysiwyg. Then, attempt to insert another icon; the previous icon will disappear.
Looking in source code, the previous icon's "empty" <span class="fa-icon fab"></span>
is commented out.
<span class="fontawesome-icon-inline"><span class="fa-css3-alt fab"></span> </span>
is changed to
<span class="fontawesome-icon-inline"><!-- <span class="fa-css3-alt fab"></span> --> </span>
The only way I have found to work around is to go to source code view, remove the html comment brackets, and switch back to wysiwyg.
Fixed
2.14
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
@smulvih2 , have you thought about trying 2.26.0 or upgrading to 3.0.0 ?
3.0.0 is supported by D10.2+ and D11+