Countdown icon bug ([https://i.imgur.com/41SXIdc.png](https://i.imgur.com/41SXIdc.png))

after the update a icon appeared who looks bugged :
display bug

Not sure what you did with your link as it’s not clickable. If I manually enter the URL from the thread title it says the image doesn’t exist or was removed.

https://i.imgur.com/41sxidc.png

Hmm the link’s been mangled as it’s case sensitive.
https://i.imgur.com/41SXIdc.png

The reason is that this icon and its description are new in this mid-PTR patch. The localization for non-English languages are not ready yet.

You should find the descriptions of the new sets are outdated too. At the mean time, refer to English descriptions.

Just after the theme has proc’d, the icon shows as having 2 minutes remaining…
https://i.imgur.com/CaLPq2i.jpg

After a third of the sweep on the icon, it changes to show 60 seconds…
https://i.imgur.com/6aT1J2O.jpg

The issue is that the cooldown timer doesn’t start at 90 seconds and count down properly. It starts off showing as 2 minutes, stays that way for 30 seconds, and then starts to count down from 60 seconds.

Could a friendly TL3 embed these pictures please?

1 Like

1 Like

What you described is a different issue.

I think it is because the program display time in whole minutes (round up) when t > 1 minute; in seconds (round up) when 0 < t < 60 seconds.

i.e. 60 < t ≤ 90 seconds → 2 min

It can be improved by always round up to seconds.