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
- Build fails when building a project containing an 18+ dimension array with IL2CPP
- [Android][Sentis] Human poses are not detected when using the BlazePose model
- Sprite Editor Outline Tool Overlay is not displayed when no Sprite is selected
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
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.