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

Autoraise does not function if a system notification is present #10

Closed
strowger opened this issue Jul 28, 2022 · 2 comments
Closed

Autoraise does not function if a system notification is present #10

strowger opened this issue Jul 28, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@strowger
Copy link

Describe the bug
Autoraise does not function if a system notification is present

To Reproduce
Steps to reproduce the behavior:

  1. Open some application windows
  2. Generate a standard OSX system notification (for example, by sending yourself an email using your iphone while you have mail.app open)
  3. Attempt to autoraise some windows by mouseing-over them while the notificaiton is present
  4. See that windows do not raise
  5. Retry once notification has gone and see that windows do raise

Expected behavior
Windows should auto-raise even if a notification is present.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: 12.5
  • CPU: M1 Max, M2
  • Version: v0.6.2b
@synappser
Copy link
Owner

Bug confirmed. Thank you. Indeed a notification such as osascript -e 'display notification "hello world!"' prevents windows focus when it shouldn't.

@synappser synappser added the bug Something isn't working label Jul 28, 2022
@synappser synappser self-assigned this Aug 21, 2022
@synappser
Copy link
Owner

Issue fixed with release v0.6.6b.

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