Skip to content
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

Commit dialog steals focus #1899

Closed
pvginkel opened this issue Jun 11, 2013 · 4 comments
Closed

Commit dialog steals focus #1899

pvginkel opened this issue Jun 11, 2013 · 4 comments

Comments

@pvginkel
Copy link
Contributor

Sometimes, it takes some time for the file list (upper left list view) in the commit dialog to load (e.g. when the Git repository is on a network share). When the file list finishes loading, focus is set to the file list. This is very irritating when I'm entering a commit message while the file list is loaded.

Is it possible to prevent the file list from stealing focus away from the commit message text box when it finishes loading?

fraga added a commit to fraga/gitextensions that referenced this issue Jun 21, 2013
…ation

* upstream/master:
  Added likn to wiki page
  Removed compiler warnings.
  Corrected URIs
  move open in default browser functionality out of UI
  move user manual handling out of UI
  Check if focus is where it was initially. Fixes gitextensions#1899.
PKRoma pushed a commit to PKRoma/gitextensions that referenced this issue Aug 20, 2014
@vbjay
Copy link
Contributor

vbjay commented Feb 3, 2017

It's better to have a local repo and push to the remote repo using a remote.

@Piedone
Copy link

Piedone commented Apr 19, 2020

@jbialobr I'm not sure if this is exactly the same thing that you fixed but this still happens:

  1. Start a commit.
  2. Go to a different app's window.
  3. Once the commit finishes and the history window loads the focus is stolen by it, i.e. you jump back from the other app, there is no way to let the commit finish in the background.

If you commit and push then the focus will get stolen once the push dialog opens.

@gerhardol gerhardol modified the milestones: 2.47, ConEmu-KnownIssues Apr 19, 2020
@gerhardol
Copy link
Member

All known situations where focus is incorrectly handled is related to ConEmu.
Tracked by a milestone (should probably be a label).
https://github.com/gitextensions/gitextensions/milestone/27

Disable ConEmu and the embedded console. if not resolved open a new issue.

@Piedone
Copy link

Piedone commented Apr 19, 2020

Fantastic, disabling ConEmu fixes this! I'll watch the other issues. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants