View Single Post
05/31/18, 09:32 AM   #2
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
Hi. I am aware that this happens when you open the craft bag in AwesomeGuildStore before you open the inventory. The reason is that the ZO_ItemSlotActionsController which handles the keybind actions is instantiated only when the function UpdateMouseoverCommand in inventoryslot.lua is called for the first time. This happens for example when I call
Lua Code:
  1. SCENE_MANAGER:RemoveFragment(INVENTORY_FRAGMENT)
when the craft bag button is pressed.

So far I haven't found a solution that avoids this issue, but I'll keep looking. If ZOS could just instantiated the controller directly on load, it would fix the problem not just for AGS, but for other addons that may trigger the same behavior.
  Reply With Quote