wrong item icon for compared items
frozn opened this issue ยท 2 comments
From: Xlorida
As of 10.1 when you press shift to compare items, the equiped item icon shown is wrong. Ie you are comparing trinkets and while the compare shows the equiped trinkets, it shows as icon a glove icon.
Source: https://legacy.curseforge.com/wow/addons/tiptac-reborn?comment=301
Confirmed. Tooltip data for ShoppingTooltip1/2 isn't updated after first display. Maybe a blizzard bug in 10.1.0.
This was a tricky one. It's a blizzard bug:
The tooltipData won't be reset for (ItemRef)ShoopingTooltip1/2 because ClearHandlerInfo() won't be called in event OnHide. This call is missing in script handlers of ShoppingTooltipTemplate (see GameTooltip.xml). For GameTooltip this is included in function GameTooltip_OnHide().