Search Issue Tracker
Fixed
Fixed in 2022.2.2f1, 2023.1.0a22
Votes
0
Found in
2022.2.0b3
2023.1.0a4
Issue ID
UUM-10417
Regression
Yes
Text inside ListView with text-overflow ellipsis is not displayed in Play Mode
How to reproduce:
1. Open the attached project ("TextOverflow.zip")
2. Open Window -> UI Toolkit -> TextOverflow
3. Notice the "Hello..." text in the first column of the ListView
4. Enter Play Mode and observe ListView
Expected result: In the first column "Hello..." is shown
Actual result: "Hello..." is not shown and appears empty
Reproducible with: 2022.2.0a9, 2022.2.0b3, 2023.1.0a4
Not reproducible with: 2021.3.7f1, 2022.1.12f1, 2022.2.0a8
Could not test with: 2020.3.37f1 (issues with UIDocument when downgrading)
Reproducible on:
macOS 12.4 (Intel)
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
- The Scrollbar becomes unusable when adding Elements to the List
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
Resolution Note (fix version 2023.1.0a22):
Added the logic to ignore first line truncation on TextCore.
Resolution Note (fix version 2022.2.2f1):
Updated the last line truncation behavior with ellipsis overflow.