-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
On MacOs systray tooltip does not show when full window app is active #5282
Comments
I have checked this out and you're right. I think this may be a "feature" of macOS... |
@andydotxyz I also just realized something that might be helpful finding out the issue. I can't paste a screenshot of the tooltip on a desktop window, because the tooltip follows the mouse pointer even when it's in screenshot mode, and this doesn't happen on the fyne.io/systray example. From what I could see the issue should be in the difference between the loop provided by systray.RunWithExternalLoop(), and the nativeLoop used in systray.Run() |
Wow - great insight but this will be a very difficult find! |
Checklist
Describe the bug
I have configured my fyne app to show a tooltip using the
systray.SetTooltip("tooltip")
method.I can correctly see the tooltip when I hover on the sytray icon when the systray bar is shown on a Desktop window (on both monitors in my dual monitor setup), however when I hover on the icon in a space (full windowed app), the tooltip is not shown
How to reproduce
Screenshots
No response
Example code
Fyne version
2.5.1
Go compiler version
1.23.2
Operating system and version
Mac OS 14.7.1
Additional Information
No response
The text was updated successfully, but these errors were encountered: