Group By Frame should not hide the WA display
Causese opened this issue ยท 5 comments
Describe the bug
As soon as you toggle Group By Frame (group tab), the WA display is hidden and makes it more difficult for users to make adjustments. e.g changing color, texture, icon.. etc
i feel like the issue makes the old way to anchor things more attractive since users would have to untick group by frame, adjust aura, tick group by frame again to adjust it.
Do you have an error log of what happened?
no error
To Reproduce
- make an icon
- put it in a dynamic group
- enable group by frame in group settings
- notice how the icon is gone
Screenshots
https://i.gyazo.com/38b3a1b5d46835eca731ecb2f3fbc352.gif
Did you try having WeakAuras as the only enabled addon and everything else (especially something like ElvUI) disabled?
Which version of WeakAuras are you using?
2.15.5
Are you on World of Warcraft Classic or Retail?
- Classic
- Retail
I can't reproduce your issue with a status > health > nameplate, and group by frame > nameplate, it show an example on nameplate1
!WA:2!fsvZUTTrq4QkKMyMuxBzd340)eCRtBasCJuQDl6HciAlfRwzjvk64KdfYljxjUnulz2DP)7weckYz9iOZ9KEe8tWaHI(a4hbFoh6SK0oo5sVqUC4m78nZ89n5EsbzuHYRv6NwR0dw)b9l9d9k7Uo5HfguWRG3RxZSVi8qZTATxZZCcfEuHjX95EIWOO5mdyNCcr4v0ommqXIeh1QxpjvLtCC2HjeURFOODiJRC2SAt7QwtsVLnddcf)AUC5YhnxSKwj1pQyxotTVG4QyHC5gwsfrOmC6X4mPVHj(szmujy97tfY7Cxr2X)ASh1jUxp7JJOITR2ODTDByQWpSiXcs5HYiAqqDpPXzYyh6buUQd6n7OjD3Ssh7UDSRyzBgJxUtua5yQWItgqLgwjU6SnLeO8Vm02ckgQvN2vB0yumpdcgtCddIhW7erCP5DeepwS8v3AeHZgq0vZgWhx7ukrs7OeuEFL)1Hfn5HC6upeJAp6QrSqsDd5EYHAx11dSQ5acJxd(gmayv4UW3cFh(E233IfjG1NdZiWMMgr5gJi2I2x3jnmdcjEByInc3LSgeJJldl3aIuUe89gMs2ju9HPozd30Xt(85BN)HRT(ijnOxYqSSDR2I0sI6BjDjbyTMor9hN(UQxFA08DErmrqlwloiO4E(mfDSibj6k6uVJX(lZfzwXrzr1brW1mLHcfSQd2a6X6BmSVG5PdyfRTSK6(61gIKX0o8zOtyHYv1qYsOWXQYw13TJvaBatDZttV0uw4mLJzEt2Ph7hFC91PLEr1XQq3dWgncNBC)7TcZRCt6HJ0jBpMNY)Mt6jWXpoMiks(ZtPW10M0yXPZMwvR2CkjwHMBfLqunYy115y(YpIiCBKmIF1siGvjd3CtjxLJpQzLDQ2Urf7QJ1JBw61meLcn0vG)5yZMk4KGNKc0nl4ENxVIL7fZL8W1Zb3aMzQlQ98cpK35qweD)tV4t9uWhUfs6mGznGpXaMB27cZ)VWIoyxtflhJPQRFcZ2h(u42dVGfwOe85WxalpsRbq5GIcFj8vWsgWNzenVoQl)HUF4RXC34ezBmprGyI9MqOaSauCjyz4pIMxRNpGANQu2j0J(3Fa8Knp)5uAufnLuzPtTp8iygujlr8j0em4(351lgvqrps1v6tW66PzlwIwoXyYJEHcKo2vMDawD0L)BLvLrZDLWF7wNZsTEbV2SYU2TIwiXOg9AjRBcBWSc(55PjIDenLI8YSH5ZYGZPj))pJLkwVJXAizOtTrJMnB1SkSOaLIAFgN44BNIJYQaUkAUAc2jf)9yINM3v02(Dk8lY00eBhIST9eKOH7LDifahWKmNa6(z18vw(gnF9MnRA11SLTDRDSQ)4TTNEzQ1AVLZQON(o5r)3KDQT21Ur9MvD8PS((Qxcpydyn9cd4HjplL88NnzixoAXl4G66FlMKGqYZh(fK9CfTuBC9ax5d)wEW2W8KWWb5aY(W2PkslurwSmUrlYNK36WKEo00aQnPFlkVu9h9STK3tW4AzmYtE5(qdyNjEmPE)DDef3(dx4nWhLd(A9A33F159()xMw4G)5P)3
As soon as you toggle Group By Frame (group tab), the WA display is hidden
This is because the next option is not selected yet (nameplate or unitframe or custom)
If the type of "group by frame" is selected, and the trigger create clones with correct "unit" property on "OPTIONS" event, you will see a preview (like with my example above)
It's possible to see exactly how it will look with your nameplate & unitframe addon with current implementation.
A fake anchor won't have same size & look
I think we should anchor auras to a fake anchor, similar to what we do for the prd and mouse anchored auras.
implemented in #2438