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

Bug on IE11 #173

Closed
Mowso opened this issue Aug 14, 2015 · 9 comments
Closed

Bug on IE11 #173

Mowso opened this issue Aug 14, 2015 · 9 comments

Comments

@Mowso
Copy link

Mowso commented Aug 14, 2015

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?

@vodkabears vodkabears added the bug label Aug 17, 2015
@vodkabears
Copy link
Owner

Hi. I don't have yet.

@vodkabears
Copy link
Owner

Hard to reproduce constantly, so not critical.

@ImBobby
Copy link

ImBobby commented Sep 16, 2015

Just tried using BrowserStack Win8.1 IE11, could not reproduce. Screen recording will be very helpful to explain the issue.

@dancetrain
Copy link
Contributor

Have same issue

dancetrain added a commit to dancetrain/Remodal that referenced this issue Oct 28, 2015
@Goico91
Copy link

Goico91 commented Oct 29, 2015

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.
If you want to reproduce it, you have to open the modal and sometimes if you close directly it's reopen the modal and then inmediately desappear.

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.

@ImBobby
Copy link

ImBobby commented Oct 30, 2015

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.

@Goico91
Copy link

Goico91 commented Oct 30, 2015

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.

@zacol
Copy link

zacol commented Nov 10, 2015

I have the same bug in IE10 and IE11.

vodkabears added a commit that referenced this issue Nov 29, 2015
@vodkabears
Copy link
Owner

9271ab5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants