Not working with toy box
cremor opened this issue ยท 4 comments
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.
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.
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.)
I will definitely do that, and thank you for that find! I'll look into implementing the workaround.