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

[bug][MacOS] Event Loop hard loops when using Right Mouse Button on system tray #648

Open
FrostyCoolSlug opened this issue Dec 16, 2022 · 0 comments
Labels
platform: macOS status: needs more info Issue needs more information, discussion or reproducible example status: needs triage This issue or pull request needs to be investigated type: bug

Comments

@FrostyCoolSlug
Copy link

I've tested this under MacOS 12 and 13, and the problem occurs on both. It's not present in Windows or Linux.

This bug occurs with the system tray example, run via cargo run --features tray --example system_tray.

If you Right Click on the icon created by tao, and select 'Quit' the event loop will hard loop (non-stop event triggering while the control_flow is in an 'Exit' state) until you Ctrl+C the program or, if you haven't yet dropped it, interact with the icon again.

I've done a bit of digging, but I'm not entirely sure what causes it, nor have I been able to find a workaround.

@amrbashir amrbashir added type: bug platform: macOS status: needs triage This issue or pull request needs to be investigated labels Dec 19, 2022
@wusyong wusyong added the status: needs more info Issue needs more information, discussion or reproducible example label Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: macOS status: needs more info Issue needs more information, discussion or reproducible example status: needs triage This issue or pull request needs to be investigated type: bug
Projects
Status: 📬Proposal
Development

No branches or pull requests

3 participants