Skip to content

Moving panel causes panel to lose focus #111975

@leighmcculloch

Description

@leighmcculloch
  • VSCode Version: 1.51.1
  • OS Version: macOS 11

Steps to Reproduce:

  1. Setup keybinding to change panel position, for e.g.:
    {
        "key": "ctrl+a space",
        "command": "workbench.action.positionPanelRight",
        "when": "panelPosition == 'bottom'"
    },
    {
        "key": "ctrl+a space",
        "command": "workbench.action.positionPanelBottom",
        "when": "panelPosition == 'right'"
    },
  2. While terminal in panel is focused, press Ctrl+A Space. The panel should move to the other position.
  3. The terminal in the panel will no longer have focus. The only way to regain focus on the terminal is to use the mouse, or use some other keyboard shortcuts that give the terminal focus, such as create a new terminal or hide and reshow the terminal.

Does this issue occur when all extensions are disabled?: Yes

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsiderslayoutGeneral VS Code workbench layout issuesverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions