tooltips from spell-cooldown triggers don't update in real time
emptyrivers opened this issue ยท 2 comments
- make a spell - cooldown trigger for your favorite test spell
- ensure "tooltip on mouseover" is enabled
- out the spell on cooldown
- mouseove the aura. notice that the remaining cooldown doesn't change as time passes, contrast with action bars where they do
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.