You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem in mobile safari, the the click event on the modal buttons keeps the event bubbling, often triggering the modal to open again (because original trigger is in the background).
I've tried to insert stopImmediatePropagation in the throttleHandler (addclicklistener) to no success.
My temporary fix is to disable new modals untill onHideEvent is triggered, which isn't ideal.
Do you have any suggestions on what I could do/What I've missed or if this is just another safari bug?
The text was updated successfully, but these errors were encountered:
Sorry, I'm not really sure what you mean. The close modal button should only close the modal and nothing else. I've actually stopped maintaining this library, so it might be best if you used another. I recommend this one: https://github.com/Nycto/PicoModal
I have a problem in mobile safari, the the click event on the modal buttons keeps the event bubbling, often triggering the modal to open again (because original trigger is in the background).
I've tried to insert stopImmediatePropagation in the throttleHandler (addclicklistener) to no success.
My temporary fix is to disable new modals untill onHideEvent is triggered, which isn't ideal.
Do you have any suggestions on what I could do/What I've missed or if this is just another safari bug?
The text was updated successfully, but these errors were encountered: