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

Completion of staging a file removes keyboard focus from the message box #92401

Closed
grantborthwick opened this issue Mar 10, 2020 · 5 comments
Closed
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug scm General SCM compound issues verified Verification succeeded
Milestone

Comments

@grantborthwick
Copy link

Issue Type: Bug

  1. Open a folder with a git repo
  2. Make a change to a file
  3. Click the stage button next to the item in the source control sidebar
  4. While the file is being staged, click in the message box
  5. Start typing a commit message
  6. When the file is successfully staged, subsequent letters that you type will be shown in the search box for the source control instance.
    image

VS Code version: Code 1.43.0 (78a4c91, 2020-03-09T19:47:57.235Z)
OS version: Windows_NT x64 10.0.18363

System Info
Item Value
CPUs Intel(R) Xeon(R) CPU E5-1650 v4 @ 3.60GHz (12 x 3592)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off_ok
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 63.92GB (37.36GB free)
Process Argv --file-uri file:///f%3A/src/oc/CallingSDK/CallingSDK.code-workspace
Screen Reader no
VM 0%
Extensions (17)
Extension Author (truncated) Version
xml Dot 2.5.0
EditorConfig Edi 0.14.4
vscode-less mrm 0.6.3
azure-pipelines ms- 1.165.1
vscode-cosmosdb ms- 0.12.1
remote-containers ms- 0.106.0
remote-ssh ms- 0.50.0
remote-ssh-edit ms- 0.50.0
remote-wsl ms- 0.42.3
vscode-remote-extensionpack ms- 0.19.0
azure-account ms- 0.8.8
powershell ms- 2020.3.0
vsliveshare ms- 1.0.1711
team ms- 1.161.0
vscode-hexdump sle 1.7.2
jstool sun 1.2001.1
vscodeintellicode Vis 1.2.6
@vscodebot
Copy link

vscodebot bot commented Mar 10, 2020

@Agalin
Copy link

Agalin commented Mar 19, 2020

#92946 is a duplicate of this one.

Extremely irritating. It moves focus not only from the message box but globally from the app (tested with typing into integrated terminal and editing an open file). It slows the version management a lot, staging files can be slow as it is, needing to wait for an async operation to finish makes it even worse.

@Dan503
Copy link

Dan503 commented Mar 22, 2020

Note that this is a regression of this closed issue: #8911

@iansan5653
Copy link
Contributor

iansan5653 commented Mar 25, 2020

Copying here from the duplicate issue:

Version: 1.44.0-insider (system setup)
Commit: 708b019
Date: 2020-03-18T06:30:46.175Z
Electron: 7.1.11
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Windows_NT x64 10.0.18363

Steps to Reproduce:

  1. Open a Git repository in VSCode and make some changes

  2. Focus on the commit message box in the Source Control view

  3. Click on the "+" next to a file

  4. Focus is moved to the file tree, which means that typing will now start filtering the tree

This is not the behavior when clicking the "+" to the right of Changes to stage all files. This may initially seem like the desired behavior, however it's very frustrating when you start typing a message, add a file, and keep typing - suddenly you aren't typing in the box you thought you were.

@arielkuzminski
Copy link

2020-03-26_16-37-53
Fix it asap please.

@joaomoreno joaomoreno added bug Issue identified by VS Code Team member as probable bug scm General SCM compound issues labels Mar 31, 2020
@joaomoreno joaomoreno added this to the March 2020 milestone Mar 31, 2020
@Tyriar Tyriar added the verified Verification succeeded label Apr 3, 2020
@github-actions github-actions bot locked and limited conversation to collaborators May 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug scm General SCM compound issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

7 participants