microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.23k stars 28.56k forks source link

Closing accessibility help view should always properly return focus #213615

Open isidorn opened 3 months ago

isidorn commented 3 months ago

Testing #213342

Closing accessibility help view should always properly return focus. Here's an example when that is not the case:

  1. Have a focus in the comments
  2. Alt + F2 to move focus to accessible view
  3. esc to close
  4. focus is not returned to the comment where my focus was when I triggered the accessible view 🐛
meganrogge commented 3 months ago

this should work 🤔