
[Feature Request]: Need a 'main frame' for anchoring things to the exterior of the cell raid frame block
stevin05 opened this issue ยท 0 comments
It would be nice to have a single named frame that is the size of the current party or raid frame block.
Here I have 1 player in party 1 and 1 player in party 4, and I want my weakaura anchor'ed to the top-right of the visible raid group regardless of its size.
I like to attach my healer weakauras to my raid/party frames, but there is no single frame I can anchor to. If it's a party, I need to use CellPartyFrame. If it's a 1 group raid, I need CellRaidFrameHeader1. If someone gets added to group 3, I need CellRaidFrameHeader3.
This is further complicated by the fact that even if I get the right frame, WeakAura's custom selected frame callback doesn't run when raid frames are updated, so I have to reload the weakaura every time the raid layout changes.