Collabo93 / SortGroup

https://www.curseforge.com/wow/addons/sortgroup
MIT License
9 stars 5 forks source link

Hit Blizzard taint once ApplySort is called once to sort the party #6

Open SweepyBoop opened 1 year ago

SweepyBoop commented 1 year ago

Once you're in a group and ApplySort actually sets the flowSortFunc, then if you enter edit mode, you'll see addon blocked by Blizzard, then lots of your action bars stop working until reload.

Collabo93 commented 1 year ago

I noticed this too.. Thats an interesting one. This only occurs, if "Target and Focus" is checked. Otherwise you can use the edit mode just fine. My approach at the moment is to hook EnterEditMode and ExitEditMode and either reset those frames or deactivate the option, when one of these events are getting fired. Idk if thats the right approach tho. Resetting the flowSortFunc and start refreshMembers seems not to be an option.