forked from dgrijalva/gitx
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Don't bring the app to the front after refreshing the index #159
Comments
disable auto reload on preferences |
Yes, I've seen that solution. I really don't think that's much of a solution. An application stealing focus is just a bad behavior. |
which version are you using? |
Latest stable - 0.8.4 |
has there been any movement on this? |
I believe this has been fixed as a side effect of the recent commits. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I noticed that gitx refreshes the index each time it gains focus. This can make the app a little slow to switch between. However what is really annoying is that after the refresh has finished the app brings itself to the front and steals focus from whatever app currently has focus. So if I switch to gix and then off to something else, gitx will then steal the focus back once the refresh finishes.
The text was updated successfully, but these errors were encountered: