GroupFinderImprovements

GroupFinderImprovements

15.2k Downloads

ADDON_BLOCKED when addon is changing selected instances

ThePettsoN opened this issue ยท 3 comments

commented

55x [ADDON_ACTION_BLOCKED] AddOn 'GroupFinderImprovements' tried to call the protected function 'Search()'.
[string "@!BugGrabber\BugGrabber.lua"]:480: in function <!BugGrabber\BugGrabber.lua:480>
[string "=[C]"]: in function Search' [string "@Blizzard_LookingForGroupUI\Blizzard_LFGBrowse.lua"]:225: in function LFGBrowse_DoSearch'
[string "@Blizzard_LookingForGroupUI\Blizzard_LFGBrowse.lua"]:178: in function SearchActiveEntry' [string "@Blizzard_LookingForGroupUI\Blizzard_LFGParentFrame.lua"]:92: in function LFGParentFrame_SearchActiveEntry'
[string "@Blizzard_LookingForGroupUI\Blizzard_LFGListing.lua"]:69: in function <...s\Blizzard_LookingForGroupUI\Blizzard_LFGListing.lua:49>

commented

Addon is not allowed to modify own's entry. Blizzard will complain and the UI will break until reload

commented

This is changed in 2a4d02b to instead of actually changing selected instances it will instead add a "lock" icon to the text to give players a hint

commented

Will investigate this further at some point. Hopefully Blizzard will change this