Incapability with MerchantFrame addons, like Scrap (Merchant Pride module)
lemieszek opened this issue · 2 comments
I see it is using https://github.com/Jaliborc/SecureTabs-2.0 which is not firing MerchantFrame_Update on changing tabs, even tho visual "tab focus" is changing. I tried to debug for other events but I did not found any events being fired on the tab change.
It calls (shorted curated cut from code)
local name = tab:GetName()
local left = tab.LeftActive or _G[name..'LeftDisabled']
left:SetShown(not selection)
without changing MerchantFrame.selectedTab value nor causing the update to fire (just manual texture hiding/showing)

