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

Focus problems in Visual Studio plugin #21

Open
Therena opened this issue May 16, 2016 · 2 comments
Open

Focus problems in Visual Studio plugin #21

Therena opened this issue May 16, 2016 · 2 comments

Comments

@Therena
Copy link

Therena commented May 16, 2016

Hi,

while using the conrol in a Visual Studio plugin I have some problems with focus the conemu control.
Visual Studio plugin: https://github.com/Therena/ConEmuIntegration

If the user changes the tabs in Visual Studio the extension calls "Focus()" on the conemu control.
But the conemu control isn't focused afterwards.

As discussed via twitter with Maximus5 it can also be a problem in my code or even a problem in the Visual Studio tab control.

Regards,
David

@hypersw
Copy link
Collaborator

hypersw commented May 17, 2016

And who specifically does get the focus in this case? In WinAPI and WPF terms.

@Therena
Copy link
Author

Therena commented May 17, 2016

No one does get the focus. Means the focus isn't changes. The focus is still on the tabpage itself and not within conemu.
It seems so that the call of the "Focus" method hase no effect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants