-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
seamless JetBrains apps do not "loose focus" "properly" #2723
Comments
Can you please post the |
2020-04-09 13:09:58: stdedos commented
|
2020-04-09 13:12:30: stdedos commented
|
Looks like we do send the "focus-away" event:
But I see some other things that need to be improved:
Initial focus comes very late and triggers a back and forth we don't need. Maybe one of those fixes will help. |
I think this is a python3 / GTK3 regression:
Which means that you should be able to fix things just by switching to the python2 server. |
2020-04-10 09:07:27: stdedos commented
|
No, it's something that needs to be implemented differently in v3. |
This should be fixed in r26079. There are beta xenial builds with this fix in the beta area. Note to self, still need to fix |
Done in r26082, this one is client side. |
2020-04-14 15:47:19: stdedos commented
|
Issue migrated from trac ticket # 2723
component: server | priority: minor | resolution: fixed
2020-04-09 12:41:35: stdedos created the issue
The text was updated successfully, but these errors were encountered: