-
-
Notifications
You must be signed in to change notification settings - Fork 355
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
Focused window resets to second item after some milliseconds #213
Comments
I can't reproduce the issue on my machine unfortunately, so it's hard to guess what's happening here. It seems the focused window is reset to index 1, multiple times. In the code there are 4 places where there the index is set.
This leaves us with our candidate:
|
If my assumption is right and you have some process being restarted continuously, this is not a normal situation on your machine. Still, there is also a bug in AltTab to reset focus like this. I pushed a potential fix on the |
Thanks, @lwouis how can I see it? |
I'm not sure. You could open Activity Monitor and see if you can visually find something moving in and out of the list, maybe by playing with the table sorting |
@lwouis I see nothing. For information, on my laptop, I use 👍
|
@stephane-klein is the problem still happening btw? What if you reboot, still happening?
It's a build of the branch where I made a tentative fix for the issue. I would like to know from you if it fixes it 👍 |
# [3.6.0](v3.5.0...v3.6.0) (2020-04-07) ### Bug Fixes * focus correct window after app quits (see [#213](#213)) ([7f27cb9](7f27cb9)) * workaround the bug in parsec (closes [#206](#206)) ([59c6afc](59c6afc)) ### Features * let users disable shortcuts ([5b03415](5b03415)) * updated localization for 7 languages ([bc2a38b](bc2a38b))
@lwouis issue fixed after upgrade to last version 3.7.3 👌 Thanks you ! |
I this issue on my alt-tab-macos instance:
https://youtu.be/nbDWCy8g2R8
When I move to the right windows, selector return always after some milliseconds to second item.
It is very boring, alt-tab-macos is unusable for me 😔
Best regards,
Stéphane
The text was updated successfully, but these errors were encountered: