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
- Code runs slower when using a cached exception instance compared to creating a new one
- Broken UI in Default Preset Add Section of "Preset Manager" window
- [iOS] The Player freezes when closing the Notification Center and quickly swiping down from top
- Crash on Texture2D:SetPixelImpl when rapidly calling Texture2D.Apply()
- Graph Lines are not rendered when using Experimental GraphView or GridBackground
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.