-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Bug] Incorrect behavior of double click #1585
Comments
Wow, you are fast. We'll try to reproduce that. Looks like two separate clicks are considered as a double click. Can you reproduce that in the commit list? |
Thank you! Could you check if the problem exists in the list view in the file history window? I'd expect fast clicks to work properly there. If it's so, we'll fix that bug in the next update (1.76). |
I definitely cannot reproduce that and I believe I made clicks faster than on the video.
|
So summarizing, I guess we can't do much more if you can't reproduce it - I will try to investigate it further, so if I find something, I will let you know in this issue. Thanks for the support! |
Well, I had a BSOD yesterday and it forced me to restart the computer (I usually do it very rare) - it turns out that it actually resolved the issue, so while I still don't understand where exactly was the problem, it had to be related to some other app or OS itself. |
When clicking rapidly between commits or changed files, Fork interprets this as a double click even when there was only one click on an item - this leads to annoying situations like accidental staging/unstaging of files, or displaying checkout commit prompts when something was clicked too fast.
The text was updated successfully, but these errors were encountered: