AutomaticSize does not understand UIListLayouts with items smaller than their content

Reproduction Steps
See this test case: TestCase.rbxm (4.7 KB)

image

Expected Behavior
The AutomaticSize = XY container should perfectly wrap around the child items laid out with a UIListLayout

Actual Behavior
When some of the child items have bounds larger than their AbsoluteSize (thanks to having a larger descendant), AutomaticSize does not understand that the UIListLayout will lay things out via the AbsoluteSize. Instead, AutomaticSize assumes they will be laid out according to their bounds, giving a larger size than intended.

Issue Area: Engine
Issue Type: Display
Impact: Moderate
Frequency: Sometimes

3 Likes

We’ve filed a ticket for this issue. Thank you for your report !

1 Like

This is still an issue, any news on this bug?