Search Issue Tracker
Fixed in 2021.2.X
Votes
0
Found in
2019.4
2020.1
2020.2
2020.2.0b14
2021.1
Issue ID
1299846
Regression
Yes
[macOS] Tab Key with Caps Lock enabled doesn't navigate to next field
Reproduction steps:
1. Create and open a new Unity project
2. Click on the Main Camera in Hierarchy
3. Click on the X field in the Position section in Inspector
4. Press the Tab button on Keyboard
5. Notice that the Y field is now selected
6. Press Caps Lock button on Keyboard
7. Press the Tab button on Keyboard
8. Observe the Inspector
Expected result: Tab button navigates to next field with Caps Lock enabled
Actual result: Tab button doesn't navigate to the next field with Caps Lock enabled
Reproducible with: 2019.4.0f1, 2019.4.17f1, 2020.1.17f1, 2020.2.0f1, 2021.1.0a9
Not reproducible with: 2018.4.30f1
Notes: Issue doesn't reproduce on Windows: with Caps Lock enabled next field is selected
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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Resolution Note (fix version 2021.2):
enable tabbing in the editor while modifier keys are pressed excluding command, control, and alt
Fixed in 2021.2.0a5