-
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
bug: Black backdrop of Modal triggered from ActionSheet #5483
Comments
Sorry but I'm not really following, would you be able to explain further and provide a minimal test case that replicates this issue? |
I was afraid you'd say that. ;-) This animated gif demonstrates the behaviour, it seems related to this report #5430. I'll see if I can provide a working example later. |
A simple test app demonstrating the issue can be downloaded here. After some further testing the issue seems to vary from browser to browser. In Chrome (which I use for testing) the modal is visible, but in Safari and Firefox I only see a black div. If necessary I can try in the iOS emulator as well. |
Awesome, thanks for example and creating the issue, this was a good find! Should be fixed now and will be in the next release, thanks! |
Type: bug
Ionic Version: 2.x
Platform: all
I'm experiencing an issue when triggering a Modal from a method in an ActionSheet. When the animation of the modal occurs the list view I expected to see is obscured by an opaque black div. It appears the
ion-page
from where the ActionSheet is triggered gets ahidden
attribute as soon as the animation of the Modal starts. Dismissing the Modal works correctly, the underlying list view is visible when the Modal is animating.Not sure how to provide a CodePen for this, so I've posted the relevant code below.
This is the Modal:
This is the Page where the ActionSheet is triggered:
The text was updated successfully, but these errors were encountered: