ElvUI-TBC / ElvUI

ElvUI for World of Warcraft - The Burning Crusade (2.4.3)
https://discord.gg/UXSc7nt
102 stars 24 forks source link

Tooltips are breaking during inspecting after few moments #357

Closed fatlus closed 5 years ago

fatlus commented 6 years ago

If you inspect a player the tooltip of an equipped item isn't shown. It happens totally random and there is no error. wowscrnshot_030318_103652

Arcitec commented 5 years ago

Could this be caused by GearScore/GearScoreLite? I seem to remember that being the cause when I played in WOTLK.

Those addons cause "inspect player" API to be called when you hover over player 3d models, whenever that player isn't in GearScore's recent player cache.

So if you view an inspect window, and your mouse hovers over some other player, and GearScore tells the game to inspect someone else, then I think that may be what causes the tooltips to break.

fatlus commented 5 years ago

I don't have installed one of these addons in TBC. This bug seems to be fixed since a lot of weeks/months. I think it can be closed.

Arcitec commented 5 years ago

Ah alright. And actually, I think I remember now. When I had GearScore and some ”enhanced inspect UI” addon back in the WOTLK days, the GearScore inspect causes that alternative inspect UI to change its contents to the hovered person (so I guess the addon hooked the inspect API call or inspect event). That was the issue I was thinking about.

Now, as for ElvUI: I have seen the tooltips vanish but it has been extremely rare. Last time was like a week ago (and I use the latest ElvUI code). But I just re-inspect the person to fix the tooltips.

Arcitec commented 5 years ago

@fatlus Ok it's time to re-open this ticket. I have found what causes it.

The GearScoreLite addon is installed on my 2.4.3, which may be relevant.

Arcitec commented 5 years ago

Oh and ... @Apollyonn