newtonandebe / opendatakit

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

Focus in multiple-widget group has funky interaction with soft keyboard #123

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. go to a screen with a multi-select with relevant string fields.
2. select one checkbox; select edit area, bringing up soft kbd.
3. now, select a different checkbox.

What is the expected output? What do you see instead?

Should drop keyboard, set focus to the multi-select (taking it off the field 
that had the soft keyboard), and show the other text field as enabled.

It leaves focus on the field with the soft kbd and does not show the other 
field as enabled.  You need to drop the soft kbd before you have this behavior.

Original issue reported on code.google.com by mitchellsundt@gmail.com on 24 Sep 2010 at 10:22

GoogleCodeExporter commented 9 years ago
Fixed.http://code.google.com/p/opendatakit/source/detail?r=b5ecb7949a7f9e6be6349
8640ed7087ad7e9e35b&repo=collect

Original comment by mitchellsundt@gmail.com on 10 Oct 2010 at 4:12