Reproduction Steps
See this test case: TestCase.rbxm (4.7 KB)
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