-
-
Notifications
You must be signed in to change notification settings - Fork 339
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
Fullscreen (other space) windows disappear #471
Comments
Hi @MrBaseMax! Are you sure the issue doesn't involve restarting AltTab? Note that updating AltTab restarts it, so the symptom would appear after a restart. I'm mentioning restarts because windows opened before AltTab is (re)started are known to not be visible by AltTab in some circumstances. The reason being that there is no public API to grab windows from other Spaces than the active one, so we use buggy private APIs to achieve a best-effort. If you scenario does not involve restarting AltTab, then I think it could be linked to the way we try to detect tabs (think Finder tabs). In that case, could you please help us investigate by providing steps to reproduce? The best would be a Loom recording of your screen showing the problem happening and the steps to get there. |
"Windows10" fullscreen Parallels window at the 2d Space disappeared after a few switches. Becomes visible again only after returning to this app via Mission Control |
I think the reason is Parallels. Can't reproduce with other apps |
Thank you for the video! That helps a lot understand the issue. My first guess is that it's an issue with tab detection, and some timing. Either the transition to fullscreen animation, or Parallel being a large app, takes a bit longer to answer the AX call we make, and that result of AltTab mistakingly identifying the fullscreen window as a tabbed window. I'll try to reproduce locally |
@MrBaseMax at 00:06 for example, in the video, the focus switches from AltTab preferences to the fullscreen Parallel window, but AltTab main window is not showing. What triggered that transition?
|
I used BetterTouchTool shortcut. But it didn't matter, also happened when using AltTab trigger. |
Well that's good news! I'll close the ticket for now. If you experience the issue again please let me know and i'll happily reopen this ticket 👍 |
Sure! Thanks a lot |
Bug has returned with 6.7.1 (mb earlier, i didn't use recent releases due to other bugs). Experience with Parallels window. More often than it used to, when the current bug had been born. |
I'm suspecting that this is the same root cause as #603. I'll re-open this issue in case they are not the same though |
yep, seems so |
Closing this ticket, as I can't reproduce, and I'm thinking/hoping it should be gone after some recent fixes about fullscreen apps. |
Describe the bug
Hi. Could't find anything similar in known issues. Sorry if was there.
Sometimes fullscreen windows aren't shown in the list of alt+tab windows (to switch to) until switching to that window other way. And then it returns to list and works fine for a while. After a certain number of switches, the problem comes again.
Thank you, the App is awesome!
The text was updated successfully, but these errors were encountered: