davetayls / jquery.kinetic

Add kinetic scrolling functionality to a container using mouse or touch devices
http://davetayls.me/jquery.kinetic
MIT License
420 stars 86 forks source link

Drag doesnt work in firefox #72

Open dhepayne opened 10 years ago

dhepayne commented 10 years ago

Hi the plugin works great in chrome, but doesnt work in firefox.

skovhus commented 10 years ago

Hm. I cannot reproduce that. Does http://davetayls.me/jquery.kinetic/ not work for you? Please give a code example.

iclang commented 9 years ago

I too am seeing this in Firefox (OSX v32.0.3 and v33.1) including on the example page. When I go to drag the image it actually grabs the image instead of sliding it within the div#wrapper parent. If I find out why, I'll post more later. Thanks!

NormAtHuemor commented 9 years ago

@skovhus I recently had issue in Firefox where dragging would not move the targeted element. This issue was caused by the target element being set to display: table-cell by css. Once I removed that kinetic functioned as expected.

Avemaar commented 8 years ago

I am faced with the same issue.How is possible to solve it?