-
Notifications
You must be signed in to change notification settings - Fork 290
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
SourceGit is a fine app. However, I noticed that the Tooltips will display when the app is in the background. This is bad because it interferes with the foreground app by covering up parts of it.
Steps to reproduce the bug, using SourceGit 2025.13
SourceGit.Screen.Recording.2025-04-19.at.19.58.mp4
- Launch SourceGit 2025.13 on either Ubuntu Linux or MacOS.
- Clone a Git repository that contains some history. A good example is the SourceGit repository on GitHub.
- Open the project in SourceGit and hover the mouse over some Git commit history items. Notice that the Tooltip appears for each history item, when SourceGit is in the foreground. This is OK.
- Now switch to a different app, by putting the other app's window in front of all others, or use a keyboard shortcut for the system App Switcher.
- While SourceGit is in the background, hover the mouse over the Git history items and observe.
Expected Result
- No Tooltip should appear from SourceGit, because SourceGit is in the background.
- The SourceGit app should not do any window interactions when it's in the background.
Actual Result
- An unexpected Tool Tip displays for each git history item in SourceGit, even though the SourceGit app is in the background. It's confusing and unwanted, because it covers up parts of the foreground app with irrelevant information.
- There is no way to prevent this unwanted tool-tip behavior.
Impact on customers
- It causes a big distraction for users, when SourceGit is in the background.
- It covers up parts of the foreground app, which disrupts users from doing their work.
- SourceGit doesn't follow the behavior of other desktop apps.
- SourceGit doesn't follow the system's UI usability guidelines.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request