Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird editor focus when clicking in dev tools #9851

Closed
isidorn opened this issue Jul 27, 2016 · 4 comments
Closed

Weird editor focus when clicking in dev tools #9851

isidorn opened this issue Jul 27, 2016 · 4 comments
Assignees
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

Comments

@isidorn
Copy link
Contributor

isidorn commented Jul 27, 2016

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.

@isidorn isidorn added the bug Issue identified by VS Code Team member as probable bug label Jul 27, 2016
@jrieken jrieken added this to the August 2016 milestone Jul 27, 2016
@jrieken
Copy link
Member

jrieken commented Jul 27, 2016

I could repo with the dev tools but not with other windows or the part like the explorer/webview... The context menu is very special as it uses a stop the world approach.

@isidorn
Copy link
Contributor Author

isidorn commented Jul 27, 2016

Oh yeah I forgot that electron context menu freezes everything...

@jrieken
Copy link
Member

jrieken commented Jul 27, 2016

Yeah - as 'expected'

@jrieken jrieken added the webview Webview issues label Aug 23, 2016
@jrieken jrieken removed this from the August 2016 milestone Aug 29, 2016
@jrieken jrieken added upstream Issue identified as 'upstream' component related (exists outside of VS Code) and removed bug Issue identified by VS Code Team member as probable bug labels Apr 21, 2017
@jrieken jrieken added the *out-of-scope Posted issue is not in scope of VS Code label Oct 7, 2019
@vscodebot
Copy link

vscodebot bot commented Oct 7, 2019

This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding and happy coding!

@vscodebot vscodebot bot closed this as completed Oct 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants