-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
"JS Error in CoverflowAltTab: TypeError: this._subSwitchers is null on Alt+Tab" #266
Comments
Thank you for the report! I didn't know this was happening, and I don't see it yet on my machine, so far. I think I made some code changes that might have solved this, but I'm not sure. Can you get the latest version |
If you want to wait, it's making it's way through the review process and when that's done, it will be installable through the web interface. |
OK got the update,it's still happening, let me know what info you need me to provide ? Screencast.From.2025-02-08.12-26-43.webm |
Thanks for the video. Are those messages logged after an event? Also, the switcher basically isn't working at all for you, right? I've never seen this situation! |
I confirmed that this null exception happens only when I alt+tab fast such that the animation doesn't have time to complete; the switcher sometimes fails to display properly. Below is a sample of the log output when the error occurs:
Hope this helps in narrowing down the problem! Screencast.From.2025-02-08.19-46-04.webm |
Describe the bug
When using the CoverflowAltTab extension to switch windows (e.g., using Alt+Tab), I intermittently encounter a JavaScript error in the GNOME Shell logs. The error message reads:
This error appears repeatedly during window switching and may cause the window switcher interface to freeze or behave unexpectedly.
To Reproduce
Expected behavior
The CoverflowAltTab extension should display open windows in a cover-flow style without generating any JavaScript errors. Window switching should be smooth and error-free.
Logs
I captured logs using the following command:
A snippet of the output is shown below:
Your Environment
Additional context
The text was updated successfully, but these errors were encountered: