Search Issue Tracker
Fixed in 6000.0.17f1
Fixed in 6000.0.X, 7000.0.0a10, future release
Votes
0
Found in
2023.2.14f1
6000.0.0b11
Issue ID
UUM-66534
Regression
Yes
Text overflows its container with "auto" height when its alignment is justified
Reproduction steps:
1. Open the attached “IN-70023 Text Overflow.zip“ project
2. Open the “NewUXMLTemplate.uxml” UI Document in the Project window (UI Builder window should open)
3. Select the “Label” element in the UI Builder Hierarchy
4. In the UI Builder Inspector, try adjusting the value of Size > Width (163 px should reproduce the issue)
Expected result: The text does not appear outside the borders of the “Label” element
Actual result: The text extends beyond the lower border of the “Label” element with certain widths
Reproducible with: 2023.2.0b1, 2023.2.14f1, 6000.0.0b11
Not reproducible with: 2021.3.36f1, 2022.3.21f1, 2023.2.0a23
Reproduced on: Windows 11 Pro (23H2)
Not reproduced on: No other environment tested
Notes:
- Reproducible in Player
- Reproducible in a new project
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [HDRP] Game view doesn’t refresh after changing Camera Background Type until mouse moves over it
- Some Shaders appear twice in Material Shader selection menu
- Editor freezes with a StackOverflowException when certain asset types are assigned to a managed component in a SubScene via AddComponentObject
- Scale Snapping with Gizmos does not work in the Scene view when Snapping and Absolute Grid Snapping are toggled off
- Text Script Importer Reference button links to a Missing Page when clicking the Reference Button in the Inspector
Resolution Note (fix version 6000.0):
Fixed text going out of bounds when using justified alignment.