Weird editor focus when clicking in dev tools #9851
Labels
*out-of-scope
Posted issue is not in scope of VS Code
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
webview
Webview issues
While verifying #9759 I noticed that I can get vscode into a weird focus state. E.g both editors have focus and I see two cursors, or that the TS context menu actions are never present (due to the lack of focus I believe).
As explained in #9759, open a TS writeable file, open dev tools (click something there), right click in the ts writeable file. Notice that sometimes the TS context menu actions are missing (and they do not return until a new file is opened) or two cursors can appear in different editors.
The text was updated successfully, but these errors were encountered: