Search Issue Tracker
Won't Fix
Votes
0
Found in
6000.0.63f1
Issue ID
UUM-128595
Regression
Yes
Caret is placed after the first character in the string when using the Home key, and the first character of the string is a whitespace
How to reproduce:
- Create and open a new project
- Write “ test “ (including the spaces) in any text input in the Editor
- Place the caret in the middle of the string
- Press the Home key
- Observe the caret position on the text input
Actual results: Caret is placed after the first whitespace of the string
Expected results: Caret is placed before the string
Reproducible in: 2023.1.0a20, 6000.0.63f1, 6000.2.0a8
Not reproducible in: 2023.1.0a19, 6000.2.14f1, 6000.3.0f1, 6000.4.0a5, 6000.5.0a2
Fixed in: 6000.2.0a9
Reproduced on: Windows 11 Pro (24H2)
Not reproduced on: No other environment tested
Notes:
- The “End“ key works as expected - puts the caret at the end of the string
- Although when downgrading the project, package errors appear, they do not impact the reproduction
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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Resolution Note:
Fixed in 6000.2+. Considering the risk and complexity of backporting to 6000.0, we decided not to do it. This decision was made considering the low impact of the bug (IMGUI only, editor only, non-blocking workflow). Please let us know if this is blocking for your game/an issue at runtime.