Microsoft/vscode

[A11y] Focus changes to custom editor when clicking on notebook toolbar overflow menu

Open

#210.627 geöffnet am 18. Apr. 2024

Auf GitHub ansehen
 (1 Kommentar) (2 Reaktionen) (1 zugewiesene Person)TypeScript (10.221 Forks)batch import
bughelp wantedwebview

Repository-Metriken

Stars
 (74.848 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 11h 43m) (1.000 gemergte PRs in 30 T)

Beschreibung

Does this issue occur when all extensions are disabled?: No (requires custom editor)

  • VS Code Version: 1.89.0-insider
  • OS Version: Mac Sonoma 14.4.1

Steps to Reproduce:

  1. Run the custom-editor-sample in the extension samples repository and open a .pawDraw or .cscratch file

  2. Create a new notebook editor (ipynb file) in side by side orientation

  3. First focus the notebook and observe that the tab title is highlighted

  4. Now click the toolbar overflow button and observe that the custom editor tab is now highlighted

The focus should not change here but it does.

Contributor Guide