TextLabel that uses AutomaticSize + UIPadding + AnchorPoint suddenly rendering wrong

Sometime in the past 1-2 weeks, the attached TextLabel (I’ve stripped it down to the simplest form in which it fails), which uses a combination of the AutomaticSize, UIPadding, and AnchorPoint features, suddenly started rendering incorrectly.

System information

Intel(R) Xeon(R) W-2265 CPU @ 3.50GHz, 64.0 GB, NVIDIA Quadro RTX 5000

Expected behavior

This TextLabel should be getting sized to the TextBounds (and then UIPadding should be added to it), but instead it is getting sized to just the UIPadding.

Wrong

image

Right

image

Twist

If I change the vertical padding on either side, it starts actually including the text size:

Before

image
image

After

image
image

Repro file

Repro.rbxl (49.7 KB)

2 Likes

Hi @1kilobit , thanks for your report! We have recently started investigating this issue. While we opened the file attached, it does not seem to be reproducible. Could you please verify on your end that the issue is still happening and which version of Studio/Client are you using? Thank you.