-
Notifications
You must be signed in to change notification settings - Fork 133
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
tray icon tooltips broken in windows 11 #65
Comments
Hey @Samuel12321, do you have more information or is that all? Best wishes, |
Hi @Lakritzator ,
Thanks, |
Hi Sam, That explanation makes a bit more sense, as that what I understood before. I though you meant that the tray icon only shows tooltips and nothing else... It didn't get to me that you ment it doesn't show the correct text 😆 I will look into it, fortunately I do have some Windows 11 to play around with for my Greenshot development. Btw. nice project. Best wishes, |
I can confirm thes issue here too on a fresh Windows 11 install with my app TotalMix Volume Control. Instead of something like: Thanks so much in advance |
Wondering if this could be the source of the problem, just saw this https://aka.ms/AAd21h2
|
@Samuel12321 I was expecting something like that, but didn't find it yet. Thanks for covering that up. Please all upvote this: https://aka.ms/AAd21h2 |
@Lakritzator Any ideas on a workaround for this? i doubt MS will fix this quickly. |
I don't see an easy way to workaround this, when the right event is missing on a level which is out of our control, it's usually hard to find some way to mitigate this. Mostly this results in a weird & ugly workaround. I myself would rather see if Microsoft can fix this, before someone spends hours of work on it. We might be able find a Microsoft application which has the same issue, this might speed up fixing it. |
I'm the one that filled the Feedback Hub entry linked above - I don't think any fix should be expected soon. We all know that Feedback Hub is like speaking to a wall. In my case it wasn't too bad because I use the APIs raw from C++ so was able to easily find the issue (and I've always gave an appropriate fallback text, so it only downgrades from a newer tooltip to the old tooltip style in the end). It might be possible to fill an issue on the Windows App SDK repo, as they also own these OS APIs. I'd happily upvote and comment on such an issue. It might be interesting to check the newer insider builds, since if it was fixed it probably wouldn't qualify for a cumulative update. |
FYI, if someone just sets ToolTipText, would that work as a fallback then on Windows 11? I don't have a non-Windows 11 machine, so I want to make sure setting this doesn't prevent the nice/fancy tool tip from showing up on hover on Windows 10 or previous |
…dows 11 at the moment ( hardcodet/wpf-notifyicon#65 )
Yes |
I had a look at the release notes, but there wasn't a direct mentioning of this. They did mention that they changed something with the system tray though: It's a shame there is not feedback from Microsoft in the feedback hub... https://aka.ms/AAd21h2 |
The taskbar (and therefore the system tray) has been reimplemented with that update, it is now fully UWP XAML, instead of the weird GDI/XAML mix it was before. |
Oh, where did you get that information? |
Figured it out by inspecting the taskbar though the Live Visual Tree when injecting the VS debugger into explorer. |
For our app, it seems to have been fixed in Windows Build 22621.1343 (KB5022913) https://github.com/toggl/track-windows-feedback/issues/2#issuecomment-1451629613 |
Please note this is being reported, as an active and as a legacy bug, here: |
Yes, I believe that's a Windows bug |
Your comment is a duplicate of #95. Or find a library that backports WPF dynamic theming, so that |
Thank you. I built develop branch and tried. It worked. But I am not sure I can use the private build because of company policy. |
just displays tooltip
The text was updated successfully, but these errors were encountered: