Search Issue Tracker
Fixed
Fixed in 6000.0.17f1, 7000.0.0a10
Votes
0
Found in
2023.2.14f1
6000.0.0b11
7000.0.0a1
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (fix version 6000.0.17f1):
Fixed text going out of bounds when using justified alignment.