Search Issue Tracker
By Design
Votes
0
Found in
2019.1.0a8
2019.2
2019.3.0a1
2019.3.0a4
Issue ID
1157431
Regression
Yes
[UIElements] Text is overlapping over other elements
Reproduction steps:
1. Open "UIElements Text overlapping.zip" project
2. See window "TextOverlapping"
Expected Result: Text doesn't overlap
Actual Result: Text is overlapping over other elements (See TextOverlapping.PNG)
Reproduced with: 2019.3.0a4, 2019.2.0b4, 2019.1.4f1, 2019.1.0b1, 2019.1.0a10, 2019.1.0a9, 2019.1.0a8
Did not reproduce on: 2019.1.0a7, 2019.1.0a5, 2018.4.1f1, 2017.4.27f1 (UIElements are only from 2019.1.0a8)
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (2019.2.X):
The labels themselves have "overflow: visible". This was decided to avoid nested clipping situations which are more costly to evaluate. Labels are usually contained in another element which has "overflow: hidden" (e.g., TextFields).
If the user really wants labels without any overflowing text, he can set "overflow: hidden" manually.