Rarity tried to call the protected function #493


  • Defect
Open
  • BBMezzy created this issue Nov 3, 2022
    • Addon version r717-release
    • Did you RESTART the game after updating the addon? Yes
    • Steps to reproduce the error or unwanted behaviour Open editmode, switch to a different layout
    • Any other information you consider relevant or helpful in solving the problem See the stacktrace grabbed by buggrabber below

     

    After using editmode Rarity blocks actions in the UI due to trying to call a protected function. This stacktrace was grabbed by buggrabber:

     

    [ADDON_ACTION_FORBIDDEN] AddOn 'Rarity' tried to call the protected function 'ClearTarget()'.
    [string "@Interface/AddOns/!BugGrabber/BugGrabber.lua"]:480: in function <Interface/AddOns/!BugGrabber/BugGrabber.lua:480>
    [string "=[C]"]: in function `ClearTarget'
    [string "@Interface/FrameXML/EditModeManager.lua"]:1496: in function `ResetTargetAndFocus'
    [string "@Interface/FrameXML/EditModeManager.lua"]:1479: in function `OnEditModeExit'
    [string "@Interface/FrameXML/EditModeManager.lua"]:185: in function `ExitEditMode'
    [string "@Interface/FrameXML/EditModeManager.lua"]:205: in function <Interface/FrameXML/EditModeManager.lua:203>
    [string "=[C]"]: in function `Hide'
    [string "@Interface/FrameXML/UIParent.lua"]:2828: in function `SetUIPanel'
    [string "@Interface/FrameXML/UIParent.lua"]:2859: in function `MoveUIPanel'
    [string "@Interface/FrameXML/UIParent.lua"]:2890: in function `HideUIPanel'
    [string "@Interface/FrameXML/UIParent.lua"]:2556: in function <Interface/FrameXML/UIParent.lua:2548>
    [string "=[C]"]: in function `SetAttribute'
    [string "@Interface/FrameXML/UIParent.lua"]:3170: in function `HideUIPanel'
    [string "@Interface/FrameXML/EditModeManager.lua"]:122: in function `onCloseCallback'
    [string "@Interface/SharedXML/SharedUIPanelTemplates.lua"]:127: in function <Interface/SharedXML/SharedUIPanelTemplates.lua:122>

  • BBMezzy added a tag Defect Nov 3, 2022
  • Cakechart posted a comment Nov 4, 2022

     

    This has been reported before (on Discord), and as far as I can tell it's a bug in Blizzard's UI.

     

    See also this issue: https://github.com/WowRarity/Rarity/issues/499 (feel free to submit a taint log if yours shows anything of relevance)


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