NielsHeltner / wowhead-quick-link

World of Warcraft Addon that allows you to quickly look up anything on Wowhead without having to manually search for it.
GNU General Public License v3.0
7 stars 4 forks source link

Not working with toy box #7

Closed cremor closed 3 years ago

cremor commented 5 years ago

The addon does not work with toys in the toy box collection window. Instead of the toy I get an item link from some item in my bags.

NielsHeltner commented 4 years ago

This seems to be a bug with the Blizzard UI.

On a fresh relog, hovering over a toy in the toybox will give the correct link (through GameTooltip:GetItem()). However if you hover over any item beforehand, and then attempt to get the link for the toy, GameTooltip:GetItem() will return the last item you've hovered over.

cremor commented 4 years ago

Interesting. You might want to report that here: https://github.com/Stanzilla/WoWUIBugs/issues

(Unrelated: While browsing that issue list I found Stanzilla/WoWUIBugs#12 which talks about a workaround for the keybind reload issue.)

NielsHeltner commented 4 years ago

I will definitely do that, and thank you for that find! I'll look into implementing the workaround.

cremor commented 3 years ago

Seems like this was fixed by Blizzard.