Reproduction Steps
Create a hierarchy like this: TestHierarchy.rbxm (2.6 KB)
The two outer frames have AutomaticSize = XY
Expected Behavior
I expect to get a 32x32 inner automatic sized frame and an outer automatic sized frame that’s that big plus the padding:
Actual Behavior
This actually works correctly if you delete the ZeroSizedFrame? However, adding ZeroSizedFrame causes things to break somehow, despite not seeming like it should have any effect on the bounds of any part of the hierarchy:
The child frame does not have to be zero sized specifically, it seems like
Issue Area: Engine
Issue Type: Display
Impact: Moderate
Frequency: Rarely