Search Issue Tracker
Fixed
Fixed in 2022.3.23f1, 6000.0.0b1, 7000.0.0a1
Votes
4
Found in
2022.3.21f1
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
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
- Overlay Canvas are rendered on each split-screen camera when HDR is enabled
- [Android] The Player loses focus when using UnityEngine.Handheld.StartActivityIndicator() with Facebook SDK
- Build fails with "Building Library/Bee/artifacts/MacStandalonePlayerBuildProgram/gahcy/hj9mx3z/951.0 failed with output:..." errors when Scripting Backend is set to IL2CPP
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.