Frames resort when mind control is cast
clicketz opened this issue ยท 8 comments
Might be related to #10 but any time I, or anybody on my team, lands a successful mind control the frames resort (and to the wrong location). Happens every time.
Oh wow interesting, thanks for letting me know.
I'll test/fix this in conjunction with #10.
Appears to only happen when "Display Pets" is enabled for raid frames. If I disable this option the bug doesn't occur.
Looks like when mind controlling someone they become considered a pet which fires a UNIT_PET event which then redraws the raid frames.
Per @SweepyBoop's suggestion in #10, blocking the UNIT_PET event fixes the issue. Unfortunately however the whole in-combat raid frame blocking was causing other issues so I need to resolve them before I can fix #11.
Hmm interesting, does "Display Pets" even work now? I still don't see any pet frames with it enabled ๐
No, "Display Pets" does nothing but break addons apparently. Pets are still bugged/missing in 10.1. Good to find the issue now for when blizzard hopefully fixes pet frames in the near future.
I've just released 5.0.0 that might fix this issue. More details in #10.
Seems to be resolved now with the fixes from #11.
I'll wait a few days for any other news/feedback from the community and then close this off.