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

Support ScrollView keyboardDismissMode - with crash fixed #3696

Merged
6 commits merged into from
Nov 25, 2019

Conversation

ddalp
Copy link
Contributor

@ddalp ddalp commented Nov 22, 2019

#3068
Hook up property keyboardDismissMode in ScrollViewManager.
-When manipulation starts and if keyboardDismissMode is on-drag, issue TryHide though SIP event handler.
-Some tweak to SIP Event Handler code to be able to share in the RNW's code base, and call GetForUIContext instead of GetForCurrentView on newer build.
-Add logic to only hook up CoreInputView when element is in the tree, otherwise we may get null UIContext and results in crash.

Microsoft Reviewers: Open in CodeFlow

@ddalp ddalp requested a review from a team as a code owner November 22, 2019 22:32
@ghost ghost added the vnext label Nov 22, 2019
Copy link
Contributor

@kmelmon kmelmon left a comment

Choose a reason for hiding this comment

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

:shipit:

@ddalp ddalp added the AutoMerge Causes a PR to be automatically merged once all requirements are passed (label drives bot activity) label Nov 25, 2019
@ghost
Copy link

ghost commented Nov 25, 2019

Hello @ddalp!

Because this pull request has the AutoMerge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@ghost ghost merged commit 93f2e8a into microsoft:master Nov 25, 2019
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AutoMerge Causes a PR to be automatically merged once all requirements are passed (label drives bot activity)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants