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
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
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.