FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Resolve multiple issues with modal views that use `presentationStyle: UIModalPresentationStyle.Popover` by VladimirAmiorkov · Pull Request #1782 · NativeScript/nativescript-angular · GitHub

Resolve multiple issues with modal views that use presentationStyle: UIModalPresentationStyle.Popover - #1782

Closed
VladimirAmiorkov wants to merge 2 commits into
masterfrom
amiorkov/modal-close-callback-fix
Closed

VladimirAmiorkov wants to merge 2 commits into
masterfrom
amiorkov/modal-close-callback-fix

Conversation

VladimirAmiorkov commented Apr 17, 2019 •
edited
Loading

Copy link
Copy Markdown
Contributor

This PR requires a PR in the tns-core-modules to be merged first: NativeScript/NativeScript#7050

PR Checklist

What is the current behavior?

If you open a modal that has options for presentationStyle set to UIModalPresentationStyle.Popover if you tap outside of the popup it will be closed but opening a next modal will open empty broken modal.

What is the new behavior?

If you open a modal that has options for presentationStyle set to UIModalPresentationStyle.Popover if you tap outside of the popup it will be closed correctly and opening next modal will work as expected.

Fixes/Implements/Closes #[Issue Number].

VladimirAmiorkov added the e2e test needed In case ui tests should be included label Apr 17, 2019
VladimirAmiorkov self-assigned this Apr 17, 2019
cla-bot Bot added the cla: yes label Apr 17, 2019

This comment has been minimized.

fix(modal): resolve issue with modal promise not being resolved when using `Popover` styled modals
VladimirAmiorkov force-pushed the amiorkov/modal-close-callback-fix branch from a5e93ff to 511f178 Compare April 22, 2019 07:25
ghost removed the in progress label Apr 22, 2019

Copy link
Copy Markdown
Contributor Author

test branch-tns-core-modules#amiorkov/modal-close-callback-fix

Copy link
Copy Markdown
Contributor

test branch-tns-core-modules#amiorkov/modal-close-callback-fix upload_test_reports

ghost added the in progress label Apr 30, 2019

Copy link
Copy Markdown
Contributor Author

After some additional refactoring to the fix of in tns-core-modules it is not longer requried to change anything in nativescript-angular. After this PR is merged the current version of nativescript-angular should work as expected.

Closing PR.

ghost removed the in progress label Apr 30, 2019
VladimirAmiorkov deleted the amiorkov/modal-close-callback-fix branch April 30, 2019 14:38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes e2e test needed In case ui tests should be included new PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL