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
Right
Twist
If I change the vertical padding on either side, it starts actually including the text size:
Before
After
Repro file
Repro.rbxl (49.7 KB)