- Issue created by @maxstarkenburg
- 🇮🇩Indonesia gausarts
Thank you.
Looks like BC issue to me, internal to FA.
Here is the note:
https://git.drupalcode.org/project/linkicon/-/blob/8.x-1.9/linkicon.them...Shortly:
- Before FA v6, that line says
fab fas far
must come beforefa
, else broken. Logically the opposite should be the correct one (fa fas, not fas fa), but the first/correct is broken. - Since FA v6, they corrected that mistake, but did not consider BC, based on your workaround.
Browsers don't care, they will both work. It is FA JS which is the issue.
Try not using JS option in your FA.module settings to prove it.
Your workaround is the only way for now, unless they maintain BC down to v3 which I haven't checked for.
If you could verify the reverse order work fine for v3 or v4 up with JS enabled, this module can instead re-order it.
- Before FA v6, that line says
-
gausarts →
committed fb8231a1 on 8.x-1.x
Issue #3399168 by maxstarkenburg: FA v6 compatibility, some "fab" icons...
-
gausarts →
committed fb8231a1 on 8.x-1.x
- Status changed to Fixed
about 1 year ago 1:51am 4 November 2023 - 🇮🇩Indonesia gausarts
I think I spotted the issue better with CSS orders.
Still not a Bug as it is an optional integration, and also works fine with Web Fonts variant.
This will do.
Feel free to re-open if still an issue.
Thanks. - 🇺🇸United States maxstarkenburg Washington, DC
Thank you @gausarts! Wasn't expecting such a swift reply and action.
I didn't test verifying things with non-SVG or versions prior to v6, but was able to test and confirm that release 1.10 resolves my issue with class orders (as long as I retain
fab
orfa-brands
as an additional icon class), so I was able to remove my hacky workaround.Thanks again!
Automatically closed - issue fixed for 2 weeks with no activity.