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
- Extra empty space appear in Project Settings > Scene Template Types scroll list when scrolled right
- Not all Types in Project Settings > Scene Template are truncated and margin is missing next to scrollbar
- “[In Project] Unknown filter “i”” message is thrown in Search window
- [Ubuntu] Asset Bundles Dropdowns Contain Empty Row in Inspector
- Symbols are generated for a third-party native plug-in with 'Shared Library Type' set to 'Executable' when building for Android
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.