View Single Post
03-29-20, 06:18 PM   #6
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
Originally Posted by Phewx2 View Post
The auction house posts the item and never stops reloading again and I have to reload my UI

I can confirm, but not sure what is causing this. Whether it's events not firing, or some weird kind of taint
e.g. for non-commodity items: https://github.com/Gethe/wow-ui-sour...mList.lua#L360
Lua Code:
  1. -- returns 0 when bugged
  2. /dump C_AuctionHouse.GetNumItemSearchResults(AuctionHouseFrame.ItemSellFrame.listDisplayedItemKey)
  3.  
  4. -- is ItemListState.ResultsPending (3) when bugged
  5. /dump AuctionHouseFrame.ItemSellList.state
Do you remember if the click macros ever worked before? Then something must have changed in a recent build

Last edited by Ketho : 11-29-20 at 01:12 PM.
  Reply With Quote