Search Issue Tracker
Fixed in 5.3.0
Votes
8
Found in
5.1.0f3
Issue ID
705838
Regression
No
Input field value changed broken behavior on mobile devices
Steps to reproduce:
1. Open the attached project
2. Open and play the scene
3. Select the first input field
4. Enter some text
5. Notice the text of the second input field is changed to "hello" upon editing the first one
6. Build and run the project on Android or iOS device
7. Repeat steps 3-4
5. Notice the first input field text gets changed to "hello" together with the second input field, therefore making it impossible to edit the first input field
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
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node
- Particle System Curve presets can't be scrolled and some of them can't be selected if window is too narrow to fit them all
- Mistakes in multiple Particle System Components pop-up
Mihai-Ionut
Jul 31, 2015 17:34
I get something like this too .I created an input field from top bar and then duplicated it 3 times .
So I have 3 inputs field standard,single line and an email input field . I input random text on the 3 input fields and on email I input some text like stuff@blabla.com and use the android back button to exit this one .After I press the back button all input fields are filed with "stuff@" text . I fixed this by deleting the email inputfield and creating a new one from the top bar (GameObject->UI->InputField) . This problem occured on android and ios too,in the editor everything was fine .
DurbsDev
Jul 29, 2015 11:12
Yes, this seems to be an important issue that needs to be prioritised.
zealousweb
Jun 23, 2015 10:33
This is happening even with us. For us this is very important issue.