Broken AutomaticSize Case

Reproduction Steps
Create a hierarchy like this: TestHierarchy.rbxm (2.6 KB)
image

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:

image

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:

image

The child frame does not have to be zero sized specifically, it seems like

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

3 Likes

Thanks @stravant for reporting this. I will create a ticket to investigate this and hopefully get this resolved soon!

2 Likes

Hi @stravant - just wanted to check in to see if this is an issue that is still affecting you?

Yes, the test repro file attached to the post still reproduces the issue (and I ran into the issue in the wild as recently as last weekend).

Just circling back here, things should be all good, still having issues?