RWAP / jquery-ui-touch-punch

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

self._mouseCapture is not a function #35

Closed dmzone closed 8 months ago

dmzone commented 8 months ago

I always get this error on Chrome, even in desktop. self._mouseCapture is not a function at mouseProto._touchStart (jquery.ui.touch-punch.js:116:31) at HTMLDivElement.dispatch (jquery-3.7.1.min.js:2:40035) at v.handle (jquery-3.7.1.min.js:2:38006)

(jQuery UI - v1.13.2)

RWAP commented 8 months ago

I don't see that error here - and certainly nothing is reported on Chrome. That line has been in the code for some years and no-one else has reported the issue so I guess it might be linked to something else...

Do you have jQuery-UI installed and included the mouse widget if you went for a custom download?
That provides the mouse control.

melloware commented 8 months ago

I have also never seen this issue.

dmzone commented 8 months ago

I think it was related to some version issue; now i've got the right combination and this issue is gone.

RWAP commented 8 months ago

Great that is a relief!