chchgb / android-crawler

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

Duplicated Events on ListView with separators #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When planning events on a ListView, every single element is tried out, 
including separators, titles and any other non interactive (and usually non 
selectable) widget.

When the event is fired on such a widget, the next selectable element will be 
clicked instead. The same element will also be clicked on its legit event, thus 
generating twice the same trace.

An example of this happens in the SettingsActivity of Andoku.

Original issue reported on code.google.com by nofatclips on 24 Oct 2011 at 9:51

GoogleCodeExporter commented 9 years ago
This is included in Issue 10 but may have workarounds which won't solve the 
more general issue.

Original comment by nofatclips on 7 Nov 2011 at 1:42