Hello, I have a simple image that I want to be draggable. Here is my code :
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.
I did try to put the image in a div and make the div draggable, but I get the same problem.
Hello, I have a simple image that I want to be draggable. Here is my code :
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.
I did try to put the image in a div and make the div draggable, but I get the same problem.
Thanks !