-
Notifications
You must be signed in to change notification settings - Fork 769
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 on IE11 #173
Comments
Hi. I don't have yet. |
Hard to reproduce constantly, so not critical. |
Just tried using BrowserStack Win8.1 IE11, could not reproduce. Screen recording will be very helpful to explain the issue. |
Have same issue |
Hi, Sorry, but I'm still having this issue in IE 10 on my Windows Phone 8. I have tried in my web app and in your home page, and in both case I can reproduce it. I saw that it happens when the animation is not even started, and when the animation is started it open again and then it closed. Thank you very much. |
I Tried testing it on windows phone 8.1 and I saw that flash. When a button close was clicked, the modal disappear, then quickly reappear then completely disappear. But it rarely happen, I tried opening and closing modal around 30 times and that problem only occur once. It might be rendering issue but that's just a wild guess. |
Hi, Finally I found that the problem occurs when it makes the animation of opening and closing, because in some case it no close correctly the modal in the closing state and then at the closed state it get close correctly. So I remove the animation's styles in my css file and it looks that it works in IE 10. .remodal-is-opening {
width: 0% !important;
height: 0% !important;
padding: 0 !important;
}
.remodal-is-closing {
width: 0% !important;
height: 0% !important;
padding: 0 !important;
} I hope that it helps, thank you. |
I have the same bug in IE10 and IE11. |
Hi, me again !
There might be a bug on Internet Explorer 11: when I try to close the modal it flashes before it disappears. Any suggestions?
The text was updated successfully, but these errors were encountered: