I was trying to debug my code using Firebug and the handlers are just called non-stop as the mouseup event was never received in the correct place.
I guess you should either check the position of the mouse when you do a repeat or make it possible to disable the repeat key feature.
(Setting the delay to a large value is not a viable option for me because I am writing a web-app and that long-delay timeout() could be seen as a memory leak.)
I was trying to debug my code using Firebug and the handlers are just called non-stop as the
mouseupevent was never received in the correct place.I guess you should either check the position of the mouse when you do a repeat or make it possible to disable the repeat key feature.
(Setting the delay to a large value is not a viable option for me because I am writing a web-app and that long-delay
timeout()could be seen as a memory leak.)