Moving Boss Frames breaks WeakAura's / LibGetFrame
gonstr opened this issue ยท 2 comments
Enabling "Boss Container" to move boss frames breaks WeakAuaras anchored to the boss frames.
Reproduce:
- Create a WeakAura that tracks debuffs on
Bossunits - 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")
LibGetFrame issue: mrbuds/LibGetFrame#44