UIListLayout render bug

Elements under a UiListLayout will render a bug when having a child added while frame is not visible
image
In the top photo, that bottom text was added to the frame when the frame was not visible, and when returning it to visible it came to be flatten.
Bottom photo show it correcting itself when a new child is added to the parent frame.
The flatten frame will also fix itself if any of its children are selected via Selection in studio.

EDIT
Repo file with script included to automate the repo step
repo for render bug.rbxl (41.0 KB)

3 Likes

Hi @LordMerc - thanks for the bug report! I believe this might be related to this issue:

I’ve created a ticket to investigate this issue, this is something we plan on fixing soon. Thanks again!

4 Likes

Thanks for the fast reply on this! I found a temporary fix for this to when I’m switching back to the frame, to set all frames visible to false and then right back to true.

2 Likes

Nice! Glad to hear you’re unblocked for now! Thanks again for your patience as we look into this :hugs:

4 Likes