CloseAllBags API has no effect
orblazer opened this issue ยท 1 comments
Brief Description of Bug
Hello, when we call function CloseAllBags()
from /script
or weakAura, the bag is not closed.
Steps to Reproduce
- Open bag
- Run
/script CloseAllBags();
- See
Loaded Addons
- WeakAuras
- Baganator
- Syndicator
- DevTool
Back Trace (LUA Error Output)
None.
Additional Informations
According to DevTool
event log, the function trigger this event : ContainerFrame.CloseAllBags
according to the source code : https://github.com/tomrus88/BlizzardInterfaceCode/blob/d022c5204df6170e0763d7bcd44255196a1a757a/Interface/AddOns/Blizzard_UIPanels_Game/Mainline/ContainerFrame.lua#L2008