Search Issue Tracker
Fixed
Fixed in 2022.3.47f1, 6000.0.20f1, 6000.1.0a1, 7000.0.0a3
Votes
0
Found in
2021.3.38f1
2022.3.28f1
6000.0.1f1
6000.1.0a7
7000.0.0a1
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
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
- Incorrect rotations on bones when importing FBX animations with a Humanoid Rig
- Render Graph Viewer “Pass List” section is flickering when resizing vertically and the Render Graph Viewer window is docked
- Render Graph Viewer Capture button plays the click animation but does not do anything when the Capture button is pressed with the “Enter” key on the keyboard
- UI Builder Scrollview is unable to scroll all the way down when the window is downsized vertically
Resolution Note:
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.20f1):
Use Cmd + Alt to alternate between groups. Which means Alt + Arrow allows keyboard navigation.