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

ScrollView scrollToContentEdge action goes into infinite loop #632

Open
dispatchMain opened this issue Sep 20, 2017 · 0 comments
Open

ScrollView scrollToContentEdge action goes into infinite loop #632

dispatchMain opened this issue Sep 20, 2017 · 0 comments

Comments

@dispatchMain
Copy link
Contributor

ScrollView scrollToContentEdge action goes into infinite loop if scrollView's content size is smaller than scrollView's frame size. In general, the scrollView's content might be scrollable on smaller devices while same not content might not be scrollable on bigger devices. So, it is desirable that if content is smaller than scrollView's frame, the action scrollToContentEdge will not have any impact so that we could have device agnostic tests.

But currently the scrollToContentEdge action is going into infinite loop when content is smaller than scrollView's frame. #631 can be used to simulate the issue.

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

No branches or pull requests

1 participant