Search Issue Tracker
Active
Votes
2
Found in
2021.2
2022.1
2022.1.0b1
2022.2
Issue ID
1387459
Regression
No
[UI Toolkit] Special characters \n, \t and \r are encoded in the UI
Reproduction steps:
1. Create a new Unity project
2. Create a new UI Document (Right-click Assets > Create > UI Toolkit > UI Document)
3. Open the UI Document and add a Label
4. In the Text field type in "\test"
Expected result: "\test" is displayed
Actual result: " est" is displayed
Reproducible with: 2021.2.13f1, 2022.1.0b9, 2022.2.0a7
Could not test with: 2019.4.35f1 (Package not supported), 1.0.0-preview.18 (2020.3.30f1, Can not open .uxml file)
Note: Both \t and tab (when pressing the Tab key) are displayed the same in the UI, but are treated differently in code, which makes it harder to work with
Comments (1)
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
- "DateTime.Now" in the UK timezone does not adjust when the British Summer Time is active
- "Unsupported source texture format (7) in ComputeNextMipLevel" error is shown and the texture atlas is corrupted when the texture format "RGB Compressed ETC2 4bits" is selected
- The label that uses data binding is no longer updated at runtime when `INotifyBindablePropertyChanged` reloads updates of the VisualTreeAsset in UIDocument
- HDRP Graphics "High Quality Line Rendering" is missing a documentation link
- HDRP Graphics "Screen Space Global Illumination" has a link to a wrong documentation
DrabanL
Aug 06, 2022 10:02
This is really important, it should be treated with higher priority.
Also this does not sound too complex to solve....