-
-
Notifications
You must be signed in to change notification settings - Fork 188
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] Clicking on the tray icon sometimes does not response (macOS) #380
Comments
Original issue: tauri-apps/tauri#4003 |
This was introduced by #291. Seems like we need to reset focus from the button, the next right click is not received unless you click outside of the tray icon. |
The weird thing is that if I add |
can someone confirm if this issue happens with https://github.com/tauri-apps/tray-icon? @pewsheen maybe? |
Yeah, the issue still exists. |
Describe the bug
right click examples, sometimes no event and no response
11.mov
Reproduction
Expected behavior
No response
Platform and versions
Stack trace
No response
Additional context
Is it possible that the icon size is causing the problem?
The text was updated successfully, but these errors were encountered: