Search Issue Tracker
Fixed in Built-in
Votes
0
Found in [Package]
1.0.0-preview.18
Issue ID
1399149
Regression
No
TextField doesn't accept input when using custom FontAsset
Reproduction steps:
1. Open the attached user's project
2. Go to the 'Window -> UI Toolkit -> UI Builder'
3. Open the 'Assets\UI\Testing.uxml' in the UI Builder
4. Observe the Console
5. Open the 'SampleScene'
6. Enter Play mode and try to enter some text into the TextField
Expected result: No errors are in the Console, text can be entered into the TextField
Actual result: 'Cannot process a null font' and 'AssertionException' errors are in the Console, text can't be entered
Reproducible with: 1.0.0-preview.18 (2021.2.0b1, 2022.1.0a15), Built-in (2021.2.14f1)
Not reproducible with: Built-in (2022.1.0a16, 2022.1.0b11, 2022.2.0a7)
Could not test with: 2019.4.36f1, 2020.3.30f1 (due to compile errors)
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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
Resolution Note (fix version Built-in):
Fixed in Built-in (2022.1.0a16)