Search Issue Tracker
Fixed in 4.6.7
Votes
2
Found in
4.6.2f1
Issue ID
673152
Regression
No
InputField.text returning incorrect values while editing it
To reproduce:
1) Download and open project
2) Build and run for iOS
3) Start editing one of the input fields
4) Notice that in the console, both A and B have the same values (even though they should have different ones)
5) When keyboard is dismissed, notice, that the values are different in the console
Reproduced on 4.6.3f1 and 4.6.2f1 using iPad Air (8.1.1)
Comments (1)
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
- [Android][iOS][UnityPlayerActivity] Legacy InputField.onEndEdit is not called when ending text edit
- Transform corruption and/or crash on PhysX::CreateCharacterController when spawning physics objects into Prefab stages
- UNITY_EDITOR data is Serialized into AssetBundle when building on the active Build Target
- "TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations..." error when changing the Packages "Cache Location" folder
- CompilationPipeline.assemblyCompilationFinished() hangs unity when reloading domain
DWilliams
Apr 08, 2015 14:43
I think I'm having this same issue and noticed that it seems to be specific to OnValueChange and doesn't occur if I run my functions for checking the contents of my various inputfields in EndEdit instead of OnValueChange.