Search Issue Tracker
By Design
Votes
0
Found in
2023.2.7f1
Issue ID
UUM-60886
Regression
No
Pressing enter while renaming any field in the UI Builder window makes the text go up, until it disappears
How to reproduce:
1. Create a new Project
2. Create a new UI Document (Right-Click in the Project Window -> Create -> UI Toolkit -> UI Document)
3. Double-click the newly created UI Document
4. Create a Numeric Field object (int, float, double, long), from the menu on the left
5. Right-click the created field in the Viewport
6. Rename by pressing enter after the text of the field
7. Observe the text of the field
Expected result: Text does not disappear after pressing Enter
Actual result: Text disappears after pressing Enter a couple of times
Reproducible with: 2023.2.7f1
Reproduced on: macOS Sonoma 14.2.1 (M1)
Note: Reproduces with any field that can be renamed
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
- After converting a Built-in project to URP render texture related errors are spammed that can lead to Game view being rendered on top of Scene view
- UI Builder slider value lags and stutters when sliding/modifying certain property values
- "Reset UI Builder Layout" functionality inconsistently changes Canva Size when "Match Game View" is enabled/disabled
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
Resolution Note:
This is by design. The in-place text input that appears in the Builder's Canvas is subject to the same constraints as the Label underneath (the one being edited). When you press Enter, you add newlines but the text input cannot grow so your text scrolls up out of view. You can still use the arrow keys to scroll it back into view.