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

In IE11, remodal_obj.open() doesn't work properly #292

Open
joshuakimDwan opened this issue Apr 5, 2018 · 0 comments
Open

In IE11, remodal_obj.open() doesn't work properly #292

joshuakimDwan opened this issue Apr 5, 2018 · 0 comments

Comments

@joshuakimDwan
Copy link

joshuakimDwan commented Apr 5, 2018

  • Remodal has 4 states is-closing, is-closed, is-opening, is-opened
  • Remodal method(open, close) only works in state is-closed, is-opened
  • In IE(not chrome, safari), when remodal_obj.open(), remodal state is never changed to is-opened. So, malfuntioned remodal is created.

I solved that problem by calling doAfterAnimation() in syncWithAnimation() forcely(not conditionally). But, I think this solution is really bad.

Why this problem happened?

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

No branches or pull requests

1 participant