WeakAuras

WeakAuras

206M Downloads

tooltips from spell-cooldown triggers don't update in real time

emptyrivers opened this issue ยท 2 comments

commented
  1. make a spell - cooldown trigger for your favorite test spell
  2. ensure "tooltip on mouseover" is enabled
  3. out the spell on cooldown
  4. mouseove the aura. notice that the remaining cooldown doesn't change as time passes, contrast with action bars where they do
commented

The blizzard action bar simply calls SetTooltip on pretty much every event that it gets and thus it might look like it updates in real-time but it doens't. I can easily make it not count down correctly by doing nothing.

So our option would be to call SetSpellByID repeately at a regular interval, which doesn't seem like the right trade-off.

commented
Wow_E2yrnwGIKZ.mp4