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
- Memory usage rises when switching scenes with GRD enabled and a loaded texture in URP
- [Quality Hackweek] Terrain Brush Size value is not serialized after deselecting the terrain when using the first instance of multiple Inspectors
- "NullReferenceException" is thrown when setting a long string in TMP with "Atlas Population Mode" set to "Dynamic" and "Multi Atlas Textures" enabled
- TextMeshPro text is misaligned when alignment is set via script
- A DX11 shader error is thrown when compiling shaders for platforms without DX11 support
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