rudraksh125 / android-crawler

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

Failures due to focus event when scrolling to focus a view #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When requestView() scrolls the display in order to focus a given view and show 
it on screen, it may trigger the focus event on a different widget, leading to 
failure (es. Wordpress)

A simple requestFocus() should be attempted before using the requestView() 
method.

Original issue reported on code.google.com by nofatclips on 1 Aug 2012 at 3:20