Reproduction Steps
Repro model:
sfrepro.rbxm (12.3 KB)
Put this in StarterGui and observe StarterGui.mainUI.Design.pillButton.BodyParts.List
.
Expected Behavior
You can scroll to the bottom and the bar scrolls to the bottom and there’d be a limit.
Actual Behavior
You’ll see that this scrolling frame is broken, because the AbsoluteCanvasSize for Y is set to inf.
Setting it to X sets the X of the AbsoluteCanvasSize to inf.
Setting it to XY for AutomaticCanvasSize sets both AbsoluteCanvasSize coordinates to inf.
Deleting the “Entries” frame “fixes” it.
I’m unable to drag the bar, and I can scroll using the wheel, but it goes on forever.
Issue Area: Engine
Issue Type: Display
Impact: High
Frequency: Constantly
Date First Experienced: 2022-06-16 00:06:00 (-07:00)
EDIT
On further inspection, deleting Entries’ children fixes the AbsoluteCanvasSize somehow.
Setting all of the sizes of Entries’ children to be dependent on offset fixes the AbsoluteCanvasSize.
Possibly related to Textlabel AutomaticSize Broken.