vodkabears/Remodal

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

Opened this issue · 0 comments

  • 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?