
"Last Bought" tooltip info missing for items in BMAH frame
tflo opened this issue ยท 8 comments
OK, I've just seen a Journalator tooltip on a not-BoP battle pet item in the BMAH, with auction data from the normal AH apparently:

So the problem doesn't seem to be the BMAH frame, but rather the tooltip is missing if the item does not exist in the normal AH? (Like the BoP mount item in the OP.)
Edit: Ah, no, forget it, this was an Auctionator tooltip, not Journalator
Edit 2: No, the last two lines (Sale rate, Failures) are indeed from Journalator
Actually, I didn't add any support for BMAH purchases - this was due to the difficulty in repeatedly testing BMAH purchases.
Its probably because the BMAH item has a different item ID to the item purchased from the AH
Its probably because the BMAH item has a different item ID to the item purchased from the AH
Yes, the mount item is only purchasable on the BMAH (afaik), so no other ID.
Actually, I didn't add any support for BMAH purchases
The record in Journalator (pic 2 of OP) was a BMAH purchase.
Well, it's not an issue if it's not in the tooltip, I can always search in Journalator when I want to know when I bought an item and how much I did pay. (And there's also the TSM tooltip that shows me the info, pic 1.). I was just wondering if this was an oversight.
Having a look at the code there's a IsAuctionableItem(itemLink)
check so that would be why the item is excluded from the tooltip.
I wasn't expecting BMAH purchases to get recorded, so its an oversight that they did, rather than an oversight that the price is not in the tooltip.
I'll leave BMAH purchases to keep getting recorded though until I can move them to their own tab.