Layout of pending updates borks when first expanded in a session
emptyrivers opened this issue ยท 3 comments
Description
at a glance, it looks like there's extra (empty) items being added to the scroll frame. But, /fstack doesn't reveal any frames.
As a workaround, either collapse & re-expand the section, or don't start the session with the section collapsed (in which case, the issue will appear briefly but then resolve itself).
WeakAuras Version
tip of main branch
World of Warcraft Flavor
Retail (Default)
Tested with only WeakAuras
- Yes
- No
Lua Error
none
Reproduction Steps
- install at least 2 auras which WeakAuras Companion believes are outdated, and ensure that the "Ready for Update" section of the aura list is collapsed.
- get WeakAuras Companion (or cursebreaker or whatever) to prepare the update
- start a new game session (i.e. reload or log in)
- open WeakAuras Options, and expand the "Ready for Update" section
Last Good Version
No response
Screenshots
Export String
No response
My guess would be that the data structure on which the layout function runs contains each update button twice, so it assigns the position twice that would show this pattern.
No found the bug already, it's nothing big. My guess was correct, and with that not that complicate to debug.