You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are hovering over a unit, press e.g. shortly the ALT key, and then move your mouse out of the unit, the tooltip doesn't fade out. tested it under retail 10.2.7.
Happens also if all addons are disabled except RaiderIO. I assume, that manually calling SetUnit() cuts "the connection" with the hovering world unit, so that FadeOut() isn't called here (I checked it).
If you are hovering over a unit, press e.g. shortly the ALT key, and then move your mouse out of the unit, the tooltip doesn't fade out. tested it under retail 10.2.7.
I nailed it down to the following section:
raiderio-addon/core.lua
Lines 5701 to 5709 in 3cf78b5
Calling
SetUnit()
here will make the tooltip sticky.The text was updated successfully, but these errors were encountered: