Green confirmation aura of the trading window disappears after NeatPlates is enabled in WoW Classic
SwimmingTiger opened this issue · 2 comments
After NeatPlates is enabled in WoW Classic, if you click "Trade" button in the trade window, the green overlay on the transaction item list will show and soon disappear.
Under normal circumstances, the green overlay should last until the end of the trading.
I have tested NeatPlates 1.13.2.45 and 1.13.2.48, both of them have the same issue.
This video shows the problem:
https://www.youtube.com/watch?v=xTLIq2hS_IM
WoW Classic with enUS
. Clean WTF folder. No other addons. (zhCN
has the same issue.)
Managed to track down the issue so should be fixed in the latest release.
Basically the 'Range finder' lib that is used in the addon calls the 'GetItemInfo' function, which triggers an event('GET_ITEM_INFO_RECEIVED'), which the trade frame for some reason listens for in Classic but not on retail.
Not really sure for what reason it would listen for that event, but found it interesting that blizzard deems this necessary in Classic but not retail...