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 without content, scroll to content edge issue simulation. #631

Merged
merged 1 commit into from
Sep 20, 2017
Merged

ScrollView without content, scroll to content edge issue simulation. #631

merged 1 commit into from
Sep 20, 2017

Conversation

dispatchMain
Copy link
Contributor

Changes to simulate the UIScrollView issue where scroll view gets stuck in infinite loop if you try to scroll to content edge and scrollView's content size is equal to or smaller than scrollView's own size. For more check this conversation.

@@ -28,6 +28,10 @@ - (void)setUp {
[self openTestViewNamed:@"Scroll Views"];
}

- (void)DISABLED_testFreezingScrollView {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this test disabled?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see. This is replicating an issue for us. Can you link the issue as well / create one if not already there?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should block this PR on that?

Feel free to create and link one to this Adarsh.

@khandpur khandpur merged commit 931aa8c into google:master Sep 20, 2017
@dispatchMain dispatchMain deleted the ScrollTocontentEdgeIssue branch September 20, 2017 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants