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

Caps Lock indicator is considered as a window #3171

Open
np25071984 opened this issue Feb 11, 2024 · 5 comments
Open

Caps Lock indicator is considered as a window #3171

np25071984 opened this issue Feb 11, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@np25071984
Copy link

alt-tab-issue

Your environment

  • AltTab version: 6.65.0 (2024-01-29)
  • macOS version: Sonoma 14.2.1
@np25071984 np25071984 added the bug Something isn't working label Feb 11, 2024
@lwouis
Copy link
Owner

lwouis commented Feb 12, 2024

Hi,

This happened during the Sonoma beta a while ago, then Apple fixed it. Are you on the public release or some beta version?

Thank you

@np25071984
Copy link
Author

I am on the public release.

@lwouis
Copy link
Owner

lwouis commented Feb 12, 2024

I was able to reproduce it on macOS v14.1.1.

I can't reproduce it with Chrome, but I can with Terminal. I expected that either every app has the issue, or none has the issue, since this indicator is an OS-level UI element.

@np25071984
Copy link
Author

np25071984 commented Feb 12, 2024

Was able to reproduce it on:

  • terminal
  • Firefox
  • Google Chrome
  • Slack
  • vscode

For me the bug looks quite consistent.

Screenshot 2024-02-12 at 9 07 11 AM

@lwouis
Copy link
Owner

lwouis commented Feb 12, 2024

I tried to debug the window, to see if there is anything we could use to filter it out. As I did this, I stopped being able to reproduce the issue, with any app.

When the issue stopped happening, I could see that this blue-indicator window has level == 3, which is the backstopMenu level.

I suspect that sometimes, the OS puts this popup on the wrong level, and this is when AltTab shows it. Then it gets fixed doing something, like changing window focus or something else, and then AltTab stops showing it.

AltTab is most likely doing its job at reporting windows, and the OS is sometimes rendering these on the wrong level, which makes it show in AltTab.

Not sure what we can do here to mitigate this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants