AutomaticScaling is incorrect with UIScaling and UIListLayout

TextLabel with Y automatic scaling has an incorrect size when:

  • Parented to a frame with UIListLayout that also has automatic scaling.
  • UIScaling is larger than 1 and parented to ScreenGui

Expected behavior

The TextLabels in this file should have correct size

UIBug.rbxl (61.5 KB)

1 Like

Thanks for your report, this is a duplicate of AutomaticSize with UIListLayouts is completely broken

Are you sure? That report does not mention UIScale while my bug specifically only happens when UIScale is involved

I am also experiencing this issue. There is a similar issue with AutomaticCanvasSize where the canvas size will be too short when using a UIListLayout and a UIScale with a Scale value that is less than 1.

Edit: It seems like the AutomaticCanvasSize issue is already reported here, but the original issue in this topic is also causing issues for me.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.