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
- Can’t delete gradient keys with Mac keyboard or context menu options
- Editor freezes for a few minutes when closing or switching a VFX window that was opened in a previous project
- UI Overlaps when switching Render Pipeline Asset for different Quality Levels in Quality Project Settings
- Ray Tracing Shader link to the documentation isn’t working
- Warning "BatchRendererGroups currently don't support override shaders" is spammed in Play mode when using H-Trace WSGI with BatchRenderGroups
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.