I have a button that is displayed as an image on the webpage.
With Mousedown over the image start a timer incrementing of a value and with MouseUp stop it.
As long as I do not move the Mouse it works, as soon as you move the mouse, I no longer receive a MouseUp event.
The other question is how I can switch off the drag and drop of an image on the webpage so that this hover effect does not occur.