ADDON_ACTION_FORBIDDEN crash in Edit mode
nezorflame opened this issue ยท 2 comments
Started getting this today.
10.0.2, addon version v11, HandyNotes version v1.6.13.
2x [ADDON_ACTION_FORBIDDEN] AddOn 'HandyNotes_Dragonflight' tried to call the protected function 'ClearFocus()'.
[string "@!BugGrabber/BugGrabber.lua"]:480: in function <!BugGrabber/BugGrabber.lua:480>
[string "=[C]"]: in function `ClearFocus'
[string "@FrameXML/EditModeManager.lua"]:1504: in function `ResetTargetAndFocus'
[string "@FrameXML/EditModeManager.lua"]:1480: in function `OnEditModeExit'
[string "@FrameXML/EditModeManager.lua"]:184: in function `ExitEditMode'
[string "@FrameXML/EditModeManager.lua"]:204: in function <FrameXML/EditModeManager.lua:202>
[string "=[C]"]: ?
[string "=[C]"]: in function `Hide'
[string "@FrameXML/UIParent.lua"]:2837: in function `SetUIPanel'
[string "@FrameXML/UIParent.lua"]:2868: in function `MoveUIPanel'
[string "@FrameXML/UIParent.lua"]:2899: in function `HideUIPanel'
[string "@FrameXML/UIParent.lua"]:2565: in function <FrameXML/UIParent.lua:2557>
[string "=[C]"]: in function `SetAttribute'
[string "@FrameXML/UIParent.lua"]:3179: in function `HideUIPanel'
[string "@FrameXML/EditModeManager.lua"]:121: in function `onCloseCallback'
[string "@SharedXML/SharedUIPanelTemplates.lua"]:149: in function <SharedXML/SharedUIPanelTemplates.lua:144>
I'm never any good at tracking these taint issues down. I have been told that it may help to use a library for our context menus instead of the Blizzard functions, so I'm going to add LibUIDropDownMenu
and see if it helps.