IconIndicator has incorrect mouseover tooltips #6

Open
opened 2026-03-16 22:20:30 +00:00 by omicron · 1 comment
Owner

it currently shows the spell tooltip which isn't necessarily the one we want for the aura. It seems it's a bit annoying to get the aura tooltip because it relies on knowing the index of an aura.

it currently shows the spell tooltip which isn't necessarily the one we want for the aura. It seems it's a bit annoying to get the aura tooltip because it relies on knowing the index of an aura.
omicron added the Kind/Bug label 2026-03-18 00:11:37 +00:00
Author
Owner

One option is to loop over the Unit's auras when you mouse over an icon indicator and find the matching aura index. This is O(n) but it never happens so it should not be a bottleneck. This is probably the sane way to go about it.

One option is to loop over the Unit's auras when you mouse over an icon indicator and find the matching aura index. This is O(n) but it never happens so it should not be a bottleneck. This is probably the sane way to go about it.
Sign in to join this conversation.