UITableLayout Disrespecting UISizeConstraint

When applying a UISizeConstraint to a child of a UITableLayout (row), the children of that Row are not properly constrained to their parent frame.

Explanation of the example above:

Line (red) is a row of UITableLayout. Line has a UISizeConstraint of MaxSize & MinSize of 24 on Y Axis

Line’s children, Speaker & Subtitles have Size {0.5, 0},{1, 0}.
Speaker & Subtitle are not 24 pixels as they should be, instead they are the size of the above parent.

Attached is the sample ScreenGui:
sample.rbxm (4.8 KB)

2 Likes

Hello! Sorry for the late reply, but I just tried to repro this and it seems to work as expected now. Can you confirm this is the case? Thanks for the report!