MoveAny (Edit Mode, Windows and Ui)

MoveAny (Edit Mode, Windows and Ui)

9M Downloads

Moving Boss Frames breaks WeakAura's / LibGetFrame

gonstr opened this issue ยท 2 comments

commented

Enabling "Boss Container" to move boss frames breaks WeakAuaras anchored to the boss frames.

Reproduce:

  • Create a WeakAura that tracks debuffs on Boss units
  • Anchor the WeakAura to Unit Frames
  • Go in to Deadmines and apply a debuff to the first boss -> auras will show on the boss frames
  • Enable Boss Container to move the boss frames -> auras will no longer show next to boss frames

The underlying issue is that LibGetFrame can no longer find the boss units frames.

This can be debugged with /dump WeakAuras.GetUnitFrame("boss1") or /dump LibStub("LibGetFrame-1.0").GetUnitFrame("boss1")

commented

LibGetFrame issue: mrbuds/LibGetFrame#44

commented

v1.8.165