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
When we put a Swipebox on a card animated with Flip, the thumbnails suddenly don't open the Swipebox anymore. I traced it back to Flip attaching handlers that do event.stopPropagation on any buttons, links and inputs with type=submit in the card.
I created a fork and will commit a demo of the issue and the patch to fix it.
The text was updated successfully, but these errors were encountered:
When we put a Swipebox on a card animated with Flip, the thumbnails suddenly don't open the Swipebox anymore. I traced it back to Flip attaching handlers that do event.stopPropagation on any buttons, links and inputs with type=submit in the card.
I created a fork and will commit a demo of the issue and the patch to fix it.
The text was updated successfully, but these errors were encountered: