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
- EditorGUILayout.PropertyField foldout icon inside Vertical Layout Group has an incorrect indent when used with OnInspectorGUI()
- [Android] [iOS] "NullReferenceException: Object reference not set to an instance of an object" throws when entering the Play Mode/opening the application
- The Player freezes on load when building Web platform
- Animator "Conditions" tab breaks when the only Parameter is deleted and another one is created
- "Shader error in 'Universal Render Pipeline/Lit': maximum ps_5_0 sampler register index (16) exceeded" error thrown after a build is completed when the "LOD Cross Fade" parameter is enabled
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.