Search Issue Tracker
Fixed in 2022.3.47f1
Fixed in 2022.3.X, 6000.0.X, 6000.1.0a1, 7000.0.0a3, future release
Votes
0
Found in
2021.3.38f1
2022.3.28f1
6000.0.1f1
6000.1.0a7
Issue ID
UUM-72123
Regression
No
The caret (text cursor) symbol does not move one word when the "Option" key and arrow keys are used to move the caret
How to reproduce:
1. Create and open a new project
2. Click on any text field within the Editor
3. Type anything (ideally more than 3 words)
4. Hold the “Option“ key and move through the words with the arrow keys
5. Observe the active text field
Expected results: The caret (text cursor) appears behind the word
Actual results: The caret stays in the same place
Reproducible in: 2021.3.38f1, 2022.3.28f1, 6000.0.1f1
Reproduced on: macOS 13.6.4 (M1, 2020)
Not reproduced on: Windows 11 Pro (23H2), No other environment tested
Notes:
- If after pressing the arrow key the ”Option” key is released the caret appears where it should
- If the arrow keys are pressed more times while holding the “Option“ key, the caret appears where it should (i.e. if the left arrow is pressed twice, the caret will appear two words to the left)
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
- Uninitialized variable warning appears in the Inspector of a custom shader when the variable is initialized
- "Failed creating toolbar element from ID..." error is thrown when resetting the Scene view Overlay layout while an Asset Transformer Toolbox overlay is active
- Entity ID for Font Assets is serialized twice which throws an error when using Debug Inspector
- Play Mode can be entered when disabling Adaptive Performance and pressing either the Play Mode button or the keyboard shortcut to enter Play Mode before recompilation leading to errors and warnings thrown
- Parent ListView element also becomes selected when inner ListView element is selected
Resolution Note (fix version 2022.3.47f1):
Alt+LeftArrow and Alt+RightArrow alternate between the tabs of the SearchWindow.
If you use Ctrl+LeftArrow or Ctrl+RightArrow the caret will jump over words.
Resolution Note (fix version 7000.0.0a3):
Alt+LeftArrow and Alt+RightArrow alternate between the tabs of the SearchWindow.
If you use Ctrl+LeftArrow or Ctrl+RightArrow the caret will jump over words.
Resolution Note (fix version 6000.0):
Use Cmd + Alt to alternate between groups. Which means Alt + Arrow allows keyboard navigation.