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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.