chchgb / android-crawler

Automatically exported from code.google.com/p/android-crawler
0 stars 0 forks source link

Different behaviour on different ListView items #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
All listview items are planned for a click (and optionally a long click).

This is not the correct behaviour for ListViews used for Preferences, where 
most, if not all of the elements are checkboxes and radio buttons, which should 
actually be treated as inputs.

This is due to the fact that, at the moment, the content of the ListView is 
unknown to the Planner.

Original issue reported on code.google.com by nofatclips on 30 Oct 2011 at 6:46