You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issue tracker for open issues that relate to the same problem, before opening a new one.
This issue only relates to a single bug. I will open new issues for any other problems.
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
Start the fyne app
while a desktop pane is active hover on the icon: the tooltip is shown
maximize an app
while on the scene with the maximized app hover on the app icon: the tooltip is not shown
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: