Search Issue Tracker
Postponed means that the issue was either a feature request or something that requires major refactoring on our side. Since that makes the issue not actionable in the close future we choose to close it as Postponed and add it on our internal roadmaps and technical debt pages instead.
Postponed
Votes
2
Found in
4.6.0f1
Issue ID
648974
Regression
No
Pressing TAB key does not navigate between input controls
How to reproduce:
1. Create a new project
2. Create two InputFields in Hierarchy
3. Click Inspector -> Input Field -> Visualize button
4. Play the scene
5. Click on an input field, type some text so you can tell keyboard input is working
5. Press TAB key
6. Nothing happens
After typing some text if you press enter and type again, text will appear in the same inputfield, but if after pressing enter you wait some time focus goes to next inputfield and text is seen there.
Comments (5)
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
- ScalableBufferManager does not work correctly when MSAA and RenderGraph Compatability are enabled
- Sprite artefacts appear when Sprite Packer is enabled
- Crash on ResizeScriptingList<ScriptingObjectPtr> when passing an undeclared variable to the results parameter for GameObject.FindGameObjectsWithTag
- [Android] "Screen.safeArea.y" always returns values outside of the Safe Area when the device is in Portrait orientation
- Frame spike due to many TreeRenderer.TreeUpdated calls when repositioning terrains in large Scenes
BIMSaifullahSadi
Jan 31, 2023 11:53
Still not wrokiing in 2020.3.40. Please add TAB to focus on next UI element automatically
shubhamswaraj2021
Aug 18, 2020 16:53
good one <a href="https://www.lyricsauto.com">lyricsauto</a>
nitinDhami
Apr 11, 2018 05:06
It's 2017.3 and still no support for this. if anyone has got a workaround, please help.
mark-ziemer
May 21, 2017 23:44
Bummer that we still don't have this at version 5.6. Tabbing is just expected between text fields.
hilllo
Jul 11, 2016 21:24
Similar problem here. My version is 5.3.5f1.
I was trying to implement a function when the Tab button was pressed. However, the function only responds for the first time. After the player presses Tab once, all hotkeys in the game being unresponsive. The only way to bring back hotkeys' functions is to use the cursor click in the game. It happens for GetKey, GetKeyDown and GetButtonDown.
The problem only occurs under editor mode and development builds. It disappears in release builds (none-development builds).
I've also checked EditorWindow.focusedWindow and EventSystem.current.currentSelectedGameObject. They are all correct when the problem occurs.