Search Issue Tracker
Fixed
Fixed in 2023.2.0a1, 2023.3.0a1
Votes
0
Found in
2023.1.19f1
2023.2.0b16
2023.3.0a12
Issue ID
UUM-54979
Regression
Yes
Placeholder style is being applied when focusing on an empty UIToolkit TextField
Reproduction steps:
1. Open the attached “Repro.zip” project
2. Double-click the “Assets/Repro.asset” Asset
3. Create a new Action in the opened window (Press the Space key > Action > Create new Action…)
4. Type “Repro” in the field under the “Name” label
5. Observe the text in the field
Expected result: The text’s color matches the other text’s color in the window
Actual result: The text has the placeholder style and its color is light grey instead of white
Reproducible with: 2023.1.19f1, 2023.2.0b16, 2023.3.0a12
Not reproducible with: 2021.3.32f1, 2022.3.12f1
Reproducible on: Windows 10 Pro (22H2)
Not reproducible on: No other environment tested
Note: Exiting the focus of the text input field changes the text’s color to the expected one
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note (fix version 2023.3.0a1):
Ensure Placeholder styles is not applied when placeholder text is empty.
Resolution Note (fix version 2023.2.0a1):
Ensure Placeholder styles is not applied when placeholder text is empty.