View Single Post
06-09-18, 04:22 PM   #7
Theroxis
A Fallenroot Satyr
Join Date: Jun 2018
Posts: 24
Originally Posted by Ammako View Post
1) Doesn't hooksecurefunc(GameTooltip, "FadeOut", function(self) self:Hide() end) do the trick? I always had that fadeout issue back when I used TipTac, and they claimed it "wasn't fixable", but it has never been a problem with my code.
2) That doesn't happen on my end, and not sure why it occurs, so I can't help there. It has to be something your code does differently from mine, but I wouldn't be able to tell what exactly.
It was actually directly related to FadeOut. Once I got FadeOut disabled, the issue with moving from a Unit to a doodad went away. If I waited for it to Fade before mousing over a doodad, the issue didn't happen, so by making it fade instantly the issue is resolved.

Also, that hooksecurefunc line doesn't work for me; I resorted to hiding based on UIParent and WorldFrame mouseover shenanigans. Unfortunately that has its issues as well. PhanxTooltip has a large block for getting rid of the fade, I might just copy that.

Last edited by Theroxis : 06-09-18 at 04:27 PM.
  Reply With Quote