Search Issue Tracker
Fixed
Fixed in 2022.3.20f1, 2023.2.9f1, 2023.3.0b5
Votes
3
Found in
2022.3.8f1
2023.1.0b11
2023.2.0a9
2023.3.0a1
Issue ID
UUM-32184
Regression
No
Input Field ignores first keyboard input when calling Focus() from code
Reproduction steps:
1. Open the attached “FieldEdit.zip” project
2. Open the “Assets/Test Scene.unity” Scene
3. Enter the Play Mode
4. Click on the second from the top “click me” button in the Game View
5. Type “UnityEditor”
Expected result: Full “UnityEditor” is inputted in the second Input Field
Actual result: “nityEditor” is inputted in the first Input Field, the first character is missing
Reproducible with: 2022.2.13f1, 2023.1.0b11, 2023.2.0a9
Couldn’t test with: 2020.3.47f1, 2021.3.22f1 (Script errors)
Reproducible on: Windows 10 Pro (22H2)
Notes:
- This issue is also apparent with Float Fields
- Typing something that begins with “w” forces the input into the second Input Field instead of the first one
Comments (2)
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
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
StefanWo
Aug 30, 2023 20:51
Here is maybe another hint. From inside a click event it seems working.
https://forum.unity.com/threads/textfield-ignores-key-input-when-focus-is-used.1432006/
Any updates on this? That really goes players on their nerves... There is no way to autofocus an input without running into this bug.
StefanWo
May 21, 2023 02:06
Same problem here with Unity 2022.2.19
Even when attaching own KeyDownHandlers for the element, they are not fired at the first key press.