Skip to content

Editor group isn't focused when notebook gets focus #98036

@roblourens

Description

@roblourens
  • Open two editor groups, one with a notebook and one with a text editor or empty
  • Click into the second, its editor group is focused
  • Click into the notebook, the group is not focused (the title bar is still gray)

The Composite is tracking focus on the editor container and now the notebook is outside of that. We need to signal focus manually or tell it to track a different element

const focusTracker = this._register(trackFocus(container));

Metadata

Metadata

Labels

bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-prioritynotebookverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions