Baganator / Syndicator

World of Warcraft addon to keep track of where your items are in all your characters bags, banks, mails, void storage, auctions and guilds. Used by Baganator.
https://www.curseforge.com/wow/addons/syndicator
MIT License
5 stars 4 forks source link

AH pattern tooltip vs. crafted item tooltip #11

Closed tflo closed 3 months ago

tflo commented 3 months ago

It seems in most AH views Syndicator is displaying tooltip info for the crafted item, instead of the pattern. Example:

(1) Tooltip of the pattern on the AH image
(2) Tooltip of the pattern from the cached bag view image
(3) Tooltip of the crafted item on the AH image

The problem lies in the first screenshot ((1) Tooltip of the pattern on the AH):

Syndicator is not displaying the one rank 3 pattern that I have in the bags of the tailor alt (as correctly displayed in (2)). Since the Oribos tooltip (the two separated price lines just above the TSM tooltip) is erroneously displaying the price of the crafted item, I assume Syndicator is doing the same, hence no inventory record displayed.

TSM (inventory/prices), Auctionator (prices) and ATT (item/spell ID) are correctly showing the tooltip info for the pattern.

It seems this problem concerns all AH views (including Collectionator), with one exception: In the final Buy listing (where I can click the Buyout button), Syndicator's inventory entry is there, and also Oribos correctly displays the price for the pattern.

So I guess something is a bit messy with the underlaying tooltip infos of the different AH views. However, the Auctionator/TSM/ATT tooltips manage to distinguish correctly between pattern and crafted item, and it would be great if Syndicator could do too.

It happened a few weeks ago that I bought a rank 3 recipe via Collectionator, where afterwards it turned out that I had it already in the bank of an alt, but back then I didn't know why this happened (I thought I had missed the inventory tooltip).

plusmouse commented 3 months ago

Fixed. This is a Blizzard bug, they return the crafted item by default as the tooltip's item info, so I've been fixing this on a case-by-case basis to get it working properly.

tflo commented 3 months ago

Works great now, thanks!