Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solo.scrollDown() doesnt work on scrollable non ListViews/ScrollViews #651

Open
GoogleCodeExporter opened this issue Aug 18, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Create a custom View that extends from View and add a Scroller to it
2. when writing a test with given view on the screen as the only view on the 
screen
   write solo.scrollDown()
3.

What is the expected output?
solo sends scroll events to the screen

 What do you see instead?
nothing happens

What version of the product are you using?
Robotium Solo 5.2.1

On what operating system?
Android 4.4



Please provide any additional information below.
I tried to send multiple events like this
        solo.scrollDown();
        solo.scrollDown();
        solo.scrollUp();
        solo.scrollDown();
        solo.scrollDown();
and still nothing happens

Original issue reported on code.google.com by [email protected] on 22 Jan 2015 at 8:11

@GoogleCodeExporter
Copy link
Author

On a side note - when given the same view to the monkey tester, it does manager 
to scroll the given view

Original comment by [email protected] on 22 Jan 2015 at 8:15

@GoogleCodeExporter
Copy link
Author

Thanks for reporting this. Would it be possible for you to share an app that 
exhibits this issue?

Original comment by [email protected] on 23 Jan 2015 at 2:02

@GoogleCodeExporter
Copy link
Author

I will send you demo code after i finish my deadline app that shows the issue

Original comment by [email protected] on 25 Jan 2015 at 10:40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant