- πΊπΈUnited States donpwinston
#6 doesn't really work. As soon as you flush the cache again the down arrows disappear again. Why doesn't some fix this? I'm using Drupal 10 and the same problem occurs.
- Issue was unassigned.
- Status changed to Active
almost 2 years ago 10:32am 15 June 2023 - Status changed to Postponed: needs info
about 1 month ago 11:14pm 13 May 2025 - π§πͺBelgium lobsterr
I have tried to reproduce this issue different ways, but unfortunately I can't. They only thing I noticed, we are missing arrows just a sec and then when CSS is applied they correctly displayed and once it is cached then they appear immediately.
Could you provide more information how to reproduce it?
What version is used and etc. ? - π§πͺBelgium lobsterr
I think, I found the problem and sometimes it was broken for me too. The cause of the problem was in special symbols used directly in CSS:
content: "βΊ";
When aggregation happens, these symbols are not correct encoded. So, the proper way to use UTF codes instead:
content: "\25BA";
I will add fix in the next version of the library.
Thank you for your contribution
Automatically closed - issue fixed for 2 weeks with no activity.