fork-dev / TrackerWin

Bug and issue tracker for Fork for Windows
459 stars 10 forks source link

Double-click gesture distance threshold is too high #2068

Closed alexanderperrin closed 9 months ago

alexanderperrin commented 9 months ago

Hey there, long time loving user of Fork. Currently using Fork for Windows 1.90.1.

Issue

The double-click gesture appears to have too high a distance threshold. This results in double-click events being fired unexpectedly.

Reproduction steps

  1. Open any repo
  2. Click on a UI element, such as a branch, or an Unstaged item
  3. Click on another UI element close to the previously clicked element within the system double click time threshold

Expected outcome

The second element is selected as normal. No double-click event takes place.

Actual outcome

The second element is treated as though it was double-clicked. For example, in the Unstaged item view in a repo, the item is staged instead of simply being selected.

Notes

Only occurs when clicking on two elements within a small pixel distance (eg. two sibling list items).

DanPristupov commented 9 months ago

Try to reboot the computer.

https://github.com/fork-dev/TrackerWin/issues/791#issuecomment-1560907991 https://github.com/fork-dev/TrackerWin/issues/1585#issuecomment-1186129513

alexanderperrin commented 9 months ago

That fixed it. Apologies for duplicate post.