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
- 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 (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.