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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
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.