sourcegit-scm / sourcegit

Windows/macOS/Linux GUI client for GIT users
MIT License
1.06k stars 103 forks source link

Commit button - first click issue #467

Closed minzdrav closed 1 week ago

minzdrav commented 1 week ago

Hi @love-linger Please watch the attached video. The first click removes the tooltip and the second click executes the actual action. Windows 11 23H2. I've tested and it's happening on several devices.

https://github.com/user-attachments/assets/af8464c8-8aef-4d24-8b9f-45451688d3a5

love-linger commented 1 week ago

Confirmed. It's a bug that exists in all AvaloinaUI apps. I'll create a issue to the Avalonia project about it.

love-linger commented 1 week ago

Currently, it only occurs when there's not enough space bellow the hovered button to display tooltips. And when the tooltip is displayed over the button, you can move your mouse horizontally before clicking the button.

love-linger commented 1 week ago

Good news. I've found anthor way to solve this problem. Just move the tooltip to Top instead of Bottom……