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

ScrollDown is not working in the listview which has which has the check boxes in the activity. #41

Closed
GoogleCodeExporter opened this issue Mar 24, 2015 · 7 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.Launch the list activity with checkboxes.
2.Call the "Scrolldown" method.
3.Check the behaviour.(I am testing contacts - display options activity)

What is the expected output? What do you see instead?

Expected: Scrolling is not happening.

Actual:scrolling should happen.

What version of the product are you using? On what operating system?
Android2.2 with robotium 1.9.0

Please provide any additional information below.
1)I have used "getCurrentListViews" method to get whether list is present or 
not.
2) After querying it has returned "1" after calling 
"getCurrentListViews.size()".
3)got the list items in the list using "getCurrentListViews.get(0).getCount()" 
returned "7" items.

Original issue reported on code.google.com by anandpai...@gmail.com on 6 Dec 2010 at 2:09

@GoogleCodeExporter
Copy link
Author

Are there more then 7 items in the list? Can it scroll?

Original comment by renasr...@gmail.com on 6 Dec 2010 at 2:25

@GoogleCodeExporter
Copy link
Author

Which list? Were can I find the list that you have problems with.

Original comment by renasr...@gmail.com on 6 Dec 2010 at 2:27

@GoogleCodeExporter
Copy link
Author

i am testing the contacts application please verify this in the display options 
activity.

Contacts app->from menu->display options

Original comment by anandpai...@gmail.com on 6 Dec 2010 at 2:48

@GoogleCodeExporter
Copy link
Author

Mine is not scrollable. The list is only one page. Is it the same for you? 

Original comment by renasr...@gmail.com on 6 Dec 2010 at 2:50

@GoogleCodeExporter
Copy link
Author

Do you find the 7th item with searchText()?

Original comment by renasr...@gmail.com on 6 Dec 2010 at 6:38

@GoogleCodeExporter
Copy link
Author

my activity has 7 items where last 4 items have the text and checkboxes.

Original comment by anandpai...@gmail.com on 7 Dec 2010 at 7:29

@GoogleCodeExporter
Copy link
Author

The solution to this problem is to ask the list it self how many items that it 
is showing and then using that information in order to scroll. Sometimes the 
list can give the wrong number back and there is nothing that can be done about 
that.

Original comment by renasr...@gmail.com on 7 Dec 2010 at 7:37

  • Changed state: Verified

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