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