nnattawat / flip

A lightweight jQuery plugin to make 3D card flipping animation
Other
627 stars 312 forks source link

Flip prevents bubbling of click on 'button, a, input[type="submit"], breaking e.g. Swipebox #14

Closed Download closed 9 years ago

Download commented 9 years ago

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.