-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityIssue identified as high-prioritynotebookverifiedVerification succeededVerification succeeded
Milestone
Description
- 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)); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityIssue identified as high-prioritynotebookverifiedVerification succeededVerification succeeded