kemayo / wow-appearancetooltip

World of Warcraft addon: fancy tooltip for previewing item appearances
6 stars 1 forks source link

Window blinks on World Quest items and Auctions #15

Closed Beet4 closed 2 months ago

Beet4 commented 1 year ago

AppearanceTooltip window blinks when hovering over items in World Quests and Auctions in the auction house. See gif below. The item does not seem to be shown either.

Wow 2022-12-10 00 36 49

Beet4 commented 1 year ago

I've uploaded a quick video on YouTube which shows the bug better. Here it is: https://www.youtube.com/watch?v=vNbmh_h4RqU

Beet4 commented 1 year ago

Any update on this issue? It is still present as per my video above. :)

kemayo commented 1 year ago

I think this is related to certain camera angles -- could you say whether you've got the "zoom on [worn/held] items" settings disabled?

Beet4 commented 1 year ago

I'm on vacation right now so can't check but I am certain that setting is disabled yes. I have it so I see my entire character naked except for wearing the item in question.

Beet4 commented 11 months ago

Sorry for late reply. Yes, those options are disabled: image

Wow 2023-11-15 23 11 43 Wow 2023-11-15 23 12 05

Also note that the item is not showing, it shows for a split second, then after the first blink it disappears.

Enabling zoom on worn/held item make the window stop blinking.

Faulkal commented 5 months ago

will this be fixed?

Beet4 commented 3 months ago

Any updates on this issue? :)

kemayo commented 2 months ago

Okay, I think I have worked this one out. It looks like it was an issue with some code that was trying to address a bug with the DressUp functionality that existed back when I first wrote this, where if I didn't reset the model display immediately when displaying the full character model then the model would display off-center. Having tested just now, it looks like (a) that bug isn't there any more, and (b) since that workaround was added the events fired by resetting the model changed in such a way that it'd hide-then-show the model, triggering an endless loop of the model getting redrawn.

I'm not entirely sure why this is only exposed when the tooltip is specifically attached to a world quest, admittedly.

Beet4 commented 2 months ago

Awesome!! Thank you for your hard work. :)