taye / interact.js

JavaScript drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE9+)

Home Page:http://interactjs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue on dropzones with 1.10.20 release

jules-w2 opened this issue · comments

Hey @taye

I found a problem on dropzones with the new version (1.10.20).
We detect an interaction but it is not the correct zone which is selected in the event.

I'm sure it comes from this update, because it's working well on 0.10.19 and lower.

Just change https://unpkg.com/interactjs@1.10.20/dist/interact.js by https://unpkg.com/interactjs@1.10.19/dist/interact.js and this jsfiddle and it this will work as it should

Do you know what's the problem ?

https://jsfiddle.net/nasmj1dc/6/

Bests

I'm having the same issue. Switching back to version 1.10.19 and it works again.

the same case, rollback to 1.10.19 will be ok

I'm also having the same issue

Same here, it drops only in the first element.

same here, I switched back to the older version, and it works again

thanks @taye
It's working