ibrigadir / opendatakit

Automatically exported from code.google.com/p/opendatakit
0 stars 0 forks source link

select_one and select_multiple in survey do not change on select #1137

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a form def with multiple or single selection and test this form on 
the Survey app in any device

What is the expected output? What do you see instead?
On the device, when testing the form in Survey, changing the selection on a 
"select multiple" prompt, should have changed the styling of the active choice 
selected. Instead the currently selected choice stays active (blue) for 1 
second and than becomes inactive. On a select_one prompt, when selection for ex 
choice nr4 will keep this choice active for like 1 sec and after that it will 
change back to the default first value.  

What version of the product are you using? On what operating system?

Android 5 & Android 4.1

Please provide any additional information below.

Original issue reported on code.google.com by dumitrac...@gmail.com on 29 Apr 2015 at 9:34

GoogleCodeExporter commented 8 years ago
I got it - the problem occurred when the data_value in the choices worksheet 
were numeric. Works fine with a string data_value

Original comment by dumitrac...@gmail.com on 30 Apr 2015 at 12:11