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.
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.