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
Comments (3)
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
- Popup windows spawn on the incorrect monitor when the Editor is placed near the boundary of scaled monitor next to a monitor with different scaling
- Hidden Tabs do not shift into empty space after closing visible Tabs
- [Android] Application not deployed on a device when "activity-alias" is used in the AndroidManifest
- Shader compile process adds shader ID to the constant buffer name when the word "Globals" is being used in Vulkan
- Audio Mixer Snapshot link to the documentation isn’t working
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.