newtonandebe / opendatakit

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

collect crashes when changing orientation while displaying select widget #121

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Navigate to any prompt screen with a select1/selectN widget
2. tilt the screen 90 degrees

=> "Force Close"

---------------------------
Carl -- can you take a look at this -- I am not familiar with the 
orientation-change code.  This issue seems to be specific to the select 
widgets, and not anything to do with the multiprompt changes I made, as I get 
it to happen on the naturemapping demo but orientation changes work fine for 
multi-text prompts in the Medinfo demo.

Original issue reported on code.google.com by mitchellsundt@gmail.com on 14 Sep 2010 at 5:07

GoogleCodeExporter commented 9 years ago
Fixed this by assigning unique ids to all the buttons in the select and the 
IAVT trees.

change: 633075eb000f

Original comment by mitchellsundt@gmail.com on 14 Sep 2010 at 11:31