kornelski / slip

Slip.js — UI library for manipulating lists via swipe and drag gestures
BSD 2-Clause "Simplified" License
2.44k stars 213 forks source link

Slip does not work in Edge browser #62

Open tiahuanaco opened 8 years ago

tiahuanaco commented 8 years ago

Hey pornel,

Just did a drag and drop test in Microsoft Edge and it doesn't work.

You're not able to drag an item - and it shows no erros in the console.

JoeyAndres commented 8 years ago

Pointer events? I'll try and look into this.

JoeyAndres commented 8 years ago

@mddenton Can you try reordering the list in http://slip-js-bug-1.meteor.com/lists/complex

Basically, my hunch is that this have something to do with touch/mouse events conflicting each other in some browsers.

Tell me what happens so I can make a PR.

JoeyAndres commented 8 years ago

@mddenton I installed windows 10 in vm, although (down, move, up) occurs in correct sequence, I don't see any movement. I'll fix this and make a PR request later (integrating PEP).

swammeyjoe commented 8 years ago

Any news on this?