I'm having some issues with a layout with nested components. I've a container widget, scrollview, grid, and collections of widgets as entries including a label and slider. It's been working great, animating into view, scrolling, etc., but it's starting to play up. First I had a bug where changing my container Tween To Position from 100 to 110 caused the contents to not be drawn at run time. Viewing in edit mode while running, the contents of the grid were all invisible but positioned correctly. Changing Tween Pos back to 100 wouldn't return the contents and I had to undo to pre-change state. I was typing up a support post when I thought maybe it was a clipping issue, so I change my label so it didn't overlap the screen's edge and the layout seemed to work. But now moment's later I'm encountering random times when the contents aren't drawn.
It's working at the moment so isn't reliably repeatable. Is there any known issue I need to watch for?