frozn / TipTac

WoW AddOn TipTac Reborn
GNU General Public License v3.0
107 stars 20 forks source link

[Cataclysm Classic] ItemRef colored border not working correctly with toys #288

Open Kolmarwow opened 1 month ago

Kolmarwow commented 1 month ago

Describe the bug

When you mouseover between toys & bag items, the toys will incorrectly show the colored quality border of the last item you had your mouse over. I've attached a video that shows an example.

https://github.com/frozn/TipTac/assets/28187000/06d098a8-ef82-4cfe-9b9f-1509a93226ad

Steps to Reproduce

  1. Enable "Show Item Tips with Quality Colored Border" in ItemRef
  2. Mouseover a toy, it will have correct border color
  3. Mouseover a bag item with different rarity, it will also have correct border color
  4. Mouseover the same toy, it will incorrectly show the border color of the previous bag item

Expected behavior

Toys should have correct border color.

Additional context

No response

Version of TipTac Reborn

24.05.18

Flavor/Version of WoW

4.4.0

frozn commented 1 month ago

Thanks for reporting this! 👍

It seems that under cataclysm classic the funtion GameTooltip:GetItem() returns the previous item although another item is currently displayed.

After hovering over one item in my character frame, the mentioned function always returns the character frame item although hovering over random toys after that.

Seems like a blizzard bug...

frozn commented 1 month ago

I opened a bug report in blizzards WoW forum: https://eu.forums.blizzard.com/de/wow/t/bug-in-gametooltipgetitem-in-catacylsm-classic-440/270748