Window blinks on World Quest items and Auctions
Beet4 opened this issue ยท 9 comments
I've uploaded a quick video on YouTube which shows the bug better. Here it is: https://www.youtube.com/watch?v=vNbmh_h4RqU
I think this is related to certain camera angles -- could you say whether you've got the "zoom on [worn/held] items" settings disabled?
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.
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.