-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
[RC0] Regression: Presenting Alert or ActionSheet destroys Modal #8573
Comments
@alex-pl I can not reproduce this bug with the provided source code. |
Sorry for the delay, I've created a repository now: The test case is based on the tutorial template:
I've committed every step and added a short readme to make it as clear as possible. |
ok, this was already fixed in RC1! |
Awesome, thanks! 👍 |
guys I'm using Ionic 3 and I still having this issue. Do I need to change any configuration?
|
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Creating and presenting an
Alert
orActionSheet
inside of aModal
destroys the modal. The modals callback isn't called and the hide animation isn't played either. The alert or action sheet is not displayed.Version: Ionic 2 rc0
Test Case
Modal
modal.ts
modal.html
Page
page.ts
page.html
The text was updated successfully, but these errors were encountered: