Just caught it. After 100+ refreshes the new Layout Pane got this. After more 10+ refreshes it just gone and everything becomes normal again.
Thanks for sharing this! So it looks like those carets are being replaced with the wrong value somehow. We’re using a pretty standard technique of including the unicode character right in CSS. I’m not sure how to reproduce this.
You can see that by inspecting the pseudo element :before
directly:
If you encounter this again, could you try the same and let me know what’s shown in dev tools?
I don’t feel like this is something that could be addressed on our end, but maybe we can learn more about why it happens. Thanks!
Sure! If i will catch this again - i would not refresh page anymore and will try to copy everything from devtools!
I’m wondering if it happens on the occasion that Google Fonts doesn’t load.
Would you mind trying this?
Inspect the body tag and add this style:
font-family: sans-serif!important;
Curious if that reproduces it. It didn’t work for me, but maybe different system fonts have different values for that unicode character. Thanks!
Hey, just wanted to drop a quick update here. We didn’t uncover why this is happening but we switched it to an SVG (https://theme.co/apex/forum/t/icons-displays-badly-in-layout/62378).
Nice nice nice