-
Notifications
You must be signed in to change notification settings - Fork 723
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Key repeat can't be disabled #63
Comments
I'll look into adding an option to disable the repeat in the next update and troubleshooting this problem. Thanks for reporting this issue! |
I couldn't duplicate the issue you were having, but I added the ability to disable the repeat by setting the Thanks again! |
Oh, sorry about that.
|
LOL, ok well can you reproduce it without using firebug? I tried to catch all of the scenarios, but I don't think I can stop someone from adding break-points. |
I guess this can't be reproduced unless something happened during the mouse-down event handler, which should be quite rare. But the ability to disable key-repeating is useful for many people I guess. |
Alrighty, I guess I'll just close this issue then. Thanks for the input! |
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.)The text was updated successfully, but these errors were encountered: