Search Issue Tracker
Fixed in 4.6.X
Votes
1
Found in
4.6.0b20
Issue ID
637886
Regression
No
InputField.ActivateInputField() has no effect when invoked from the input field's onSubmit callbacks
To reproduce this bug:
1. Open the attached project
2. Open the ActivateInputFieldTest.unity scene.
3. Press Play.
4. Click on the input field and type something, then press Enter to submit
5. Notice how the input field onSubmit event does trigger the ActivateInputField action, but fails to actually reactivate the input field
InputField.ActivateInputField() has no effect when invoked from the input field's onSubmit callbacks.
Workaround:
Delay input field reactivation a few ms with Invoke()
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Add comment