Search Issue Tracker
Active
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
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- GPU Instancing does not work with Sprite Renderer when used in an URP project
- [iOS][Android] Crash on 'EXC_BAD_ACCESS' when trying to create a Joint with script in build
- Particles are drawn upside down when using Camera.RenderToCubemap
- "Find References In Project" gives inaccurate results when Prefab Variant Parent default Object references are changed
- "Assertion failed" and "ArgumentNullException" errors when selecting a GameObject with Mesh while using reflection shader Blit in custom Renderer Feature with RTHandles
Add comment