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

searchText() skips every third row in gridView if items are so big that only 2 rows can fit on screen at once #587

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

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Have gridView of at least 4 rows of items that are so large that only two 
rows can fit on screen at once. Items should each contain unique text.
2. Use searchText() to search for text within any item at row 3

What is the expected output? What do you see instead?
Expected: screen scrolls to row 3 once text is not found in row 1-2.
Actual: screen scrolls to row 4, skipping row 3 entirely.

What version of the product are you using? On what operating system?
Robotium 5.0.1
Mac OS X 10.9.1

Please provide any additional information below.


Original issue reported on code.google.com by S...@l4mobile.com on 10 Mar 2014 at 7:24

@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 renasr...@gmail.com on 10 Mar 2014 at 7:50

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

The app is one of our NDA projects. I'm currently working with the developers 
to see if we can get you a working app of just the screen that is exhibiting 
this issue.

Original comment by S...@l4mobile.com on 10 Mar 2014 at 8:13

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