sangmingming / robotium

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

Dialog cannot be scrolled. #93

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. application contains a dialog with a scroll dialog.
2. let the dialog show by robotium code.
3. search some text which doesn't show unless scroll down.(by invoke 
searchText(String text, int minimumNumberOfMatches, boolean scroll;or firstly 
solo.scrollDown() and then search the text) 

What is the expected output? What do you see instead?
the searched text can be found.
the searched text cannot be found.

What version of the product are you using? On what operating system?
Robotium 2.2.
Android 2.1.

Please provide any additional information below.
It is better to supply the function scroll dialog.

Original issue reported on code.google.com by maguowei...@gmail.com on 28 Mar 2011 at 7:01

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for this. It will be fixed in the next release.

Original comment by renasr...@gmail.com on 29 Mar 2011 at 4:54

GoogleCodeExporter commented 9 years ago

Original comment by renasr...@gmail.com on 30 Mar 2011 at 8:25

GoogleCodeExporter commented 9 years ago
Is it a regular ScrollView? You can not get it to scroll with scrollDown()?

Original comment by renasr...@gmail.com on 6 Apr 2011 at 10:05

GoogleCodeExporter commented 9 years ago
Yes,I can get it by hierarchyviewer,it is indeed a scroll view.Please check 
my attachment.

Original comment by maguowei...@gmail.com on 8 Apr 2011 at 5:39

Attachments:

GoogleCodeExporter commented 9 years ago
And scrollDown() doesn't work.

Original comment by maguowei...@gmail.com on 8 Apr 2011 at 5:46

GoogleCodeExporter commented 9 years ago
Would it be possible for you to send me your application or an application that 
shows this problem?

Original comment by renasr...@gmail.com on 8 Apr 2011 at 7:41

GoogleCodeExporter commented 9 years ago
This is corrected in Robotium 2.3

Original comment by renasr...@gmail.com on 21 Apr 2011 at 5:42