Search Issue Tracker
Fixed
Fixed in 2022.3.23f1, 6000.0.0b1, 7000.0.0a1
Votes
4
Found in
2022.3.21f1
6000.0.37f1
Issue ID
UUM-65375
Regression
Yes
[Linux] The input focus does not switch when pressing the "Tab" key
Reproduction steps:
1. Create and open a new project
2. Open “Scenes/SampleScene” Scene in the Project window
3. Select the “Main Camera” GO in the Hierarchy window
4. Focus (Press) the “Position Y” input under the “Transform” Component in the Inspector window
5. Press the “Tab” key on the keyboard
Expected result: The focus switches to the “Position Z” input
Actual result: The focus does not switch
Reproducible with: 2022.3.14f1, 2022.3.21f1
Not reproducible with: 2021.3.36f1, 2022.3.13f1, 2023.2.13f1, 2023.3.0b10
Reproducible on: Ubuntu 22.04
Not reproducible on: Windows 10
Note:
- The same issue happens with the “Shift + Tab” key press
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
Thank you for your submission.
Unlike Microsoft Windows, in Ubuntu 22.04 with the Gnome Desktop the default is to prevent Alt+Tab from closing a context menu.
While some applications may dismiss the context menu on any keypress (Visual Studio Code and Firefox), all the distro-supplied utilities will block Alt+Tab if a context menu is open (File Explorer, Terminal, the desktop itself).
For this reason, we are keeping the behavior as-is.