TSU clones with completed timers "bling" on any update to the trigger.
asaka-wa opened this issue · 0 comments
Describe the bug
Using a set of TSU Icons to show timers, with autoHide set to false, the Icons will "bling" when the timer ends. Now when another icon is updated, any icon that has previously completed a timer will bling again.
Do you have an error log of what happened?
No error
To Reproduce
A set of 4 icons. Using /run WeakAuras.ScanEvents("TEST", true)
will fire one of them to show a timer.
A workaround is commented out in the trigger. Basically changing the progressType or removing the exp/dur info will prevent it happening.
Tbh though, my preferred solution would be if WA would just remove the "bling" effect entirely from all CD widgets it creates (cooldown:SetDrawBling(false)
). WA hides the CD widget entirely when timers end in all generic trigger contexts, so the bling would show but WA hid the CD. And you've got to use a custom trigger in order to ever see the bling on an Aura. This makes it pretty discombobulating to see it at all in a WA context.
Which version of WeakAuras are you using?
2.16.5
Are you on World of Warcraft Classic or Retail?
- Classic
- [•] Retail
But the post on Discord that stared this was from Classic
Was it working in a previous version? If yes, which was the last good one?
Doubt it