desandro / draggabilly

:point_down: Make that shiz draggable
https://draggabilly.desandro.com
MIT License
3.86k stars 386 forks source link

Problem with dragging image on IE8 ? #22

Closed philarse closed 11 years ago

philarse commented 11 years ago

Hello, I have a simple image that I want to be draggable. Here is my code :

image

It works everywhere except on IE8. The dragging starts but I lose it after a couple of pixels. And when I release the image, the dragging starts again, but I'm not on mouse down. And if I click again the image, I get this error.

image

I did try to put the image in a div and make the div draggable, but I get the same problem.

Thanks !

desandro commented 11 years ago

Yup, looks to be a legit bug. IE8 is firing mouseup event twice weeeeeeeeeeeird. I'll have a fix in the next couple days.

philarse commented 11 years ago

IE8 is the new IE6 ;)

Thank you !