furf / jquery-ui-touch-punch

A duck punch for adding touch events to jQuery UI
http://touchpunch.furf.com/
3.51k stars 1.33k forks source link

Prevents icons that sit on draggable table row from functioning. #183

Open abaile33 opened 10 years ago

abaile33 commented 10 years ago

Adding touch punch to my page prevents my icons and links (spans, a hrefs) that sit on draggable table rows from functioning. They still work with a mouse, just not for touch device. This is only tested on an android phone (galaxy note 3). Works great to make the rows draggable by touch, just disables all other functionality that sits on draggable rows.

jankus commented 9 years ago

I can confirm that. All clickable elements inside draggable item don't get click event. This means that all action buttons become worthless. And this is very sad.

Does anyone know at least a workaround to make it work?

toabi commented 9 years ago

I don't know a workaround. I'd be happy if somebody would know one.