clicking any button on hotbar with mouse #2160


Open
  • Tsemzu created this issue Jun 22, 2023

    Message: ...e/FrameXML/SettingDefinitions/InterfaceOverrides.lua:277: attempt to call global 'CompactRaidFrameManager_UpdateShown' (a nil value)Message: ...e/FrameXML/SettingDefinitions/InterfaceOverrides.lua:277: attempt to call global 'CompactRaidFrameManager_UpdateShown' (a nil value)Time: Thu Jun 22 19:42:22 2023Count: 2Stack: ...e/FrameXML/SettingDefinitions/InterfaceOverrides.lua:277: attempt to call global 'CompactRaidFrameManager_UpdateShown' (a nil value)[string "@Interface/FrameXML/SettingDefinitions/InterfaceOverrides.lua"]:277: in function <...e/FrameXML/SettingDefinitions/InterfaceOverrides.lua:274>[string "=[C]"]: ?[string "@Interface/SharedXML/CallbackRegistry.lua"]:178: in function <Interface/SharedXML/CallbackRegistry.lua:177>[string "=[C]"]: ?[string "@Interface/SharedXML/CallbackRegistry.lua"]:181: in function `TriggerEvent'[string "@Interface/SharedXML/CvarUtil.lua"]:114: in function <Interface/SharedXML/CvarUtil.lua:106>[string "=[C]"]: ?[string "=[C]"]: ?[string "=[C]"]: in function `SetCVar'[string "@Interface/SharedXML/ClassicCvarUtil.lua"]:5: in function <Interface/SharedXML/ClassicCvarUtil.lua:3>[string "=[C]"]: in function `SetCVar'[string "@Interface/AddOns/Bartender4/libs/LibActionButton-1.0/LibActionButton-1.0.lua"]:507: in function `method'[string "@Interface/FrameXML/RestrictedFrames.lua"]:791: in function <Interface/FrameXML/RestrictedFrames.lua:783>[string "=[C]"]: ?[string "=[C]"]: ?[string "@Interface/FrameXML/RestrictedFrames.lua"]:810: in function `CallMethod'[string " if self:GetAttribute("type") == "action" then local type, action = GetActionInfo(self:GetAttribute("action"))
    if type == "flyout" and self:GetAttribute("LABUseCustomFlyout") then local flyoutHandler = owner:GetFrameRef("flyoutHandler") if not down and flyoutHandler then flyoutHandler:SetAttribute("flyoutParentHandle", self) flyoutHandler:RunAttribute("HandleFlyout", action) end
    self:CallMethod("UpdateFlyout") return false end
    -- hide the flyout local flyoutHandler = owner:GetFrameRef("flyoutHandler") if flyoutHandler then flyoutHandler:Hide() end
    -- if this is a pickup click, disable on-down casting -- it should get re-enabled in the post handler, or the OnDragStart handler, whichever occurs if button ~= "Keybind" and ((self:GetAttribute("unlockedpreventdrag") and not self:GetAttribute("buttonlock")) or IsModifiedClick("PICKUPACTION")) and not self:GetAttribute("LABdisableDragNDrop") then self:CallMethod("ToggleOnDownForPickup", true) self:SetAttribute("LABToggledOnDown", true) end return (button == "Keybind") and "LeftButton" or nil, format("%s|%s", tostring(type), tostring(action)) end
    -- hide the flyout, the extra down/ownership check is needed to not hide the button we're currently pressing too early local flyoutHandler = owner:GetFrameRef("flyoutHandler") if flyoutHandler and (not down or self:GetParent() ~= flyoutHandler) then flyoutHandler:Hide() end
    if button == "Keybind" then return "LeftButton" end "]:24: in function <[string " if self:GetAttribute("type") == "action" ..."]:1>[string "=(tail call)"]: ?[string "=[C]"]: ?[string "@Interface/FrameXML/RestrictedExecution.lua"]:484: in function <Interface/FrameXML/RestrictedExecution.lua:447>[string "=(tail call)"]: ?[string "@Interface/FrameXML/SecureHandlers.lua"]:285: in function <Interface/FrameXML/SecureHandlers.lua:279>[string "=(tail call)"]: ?
    Locals: compactFrames = false(*temporary) = nil(*temporary) = nil(*temporary) = "attempt to call global 'CompactRaidFrameManager_UpdateShown' (a nil value)"


To post a comment, please login or register a new account.