wpf-notifyicon icon indicating copy to clipboard operation
wpf-notifyicon copied to clipboard

UX discrepancy in latest Windows 11 22H2 Moment 2 (build 1343) with Tool Tip Text

Open AliveDevil opened this issue 2 years ago • 5 comments

Actual behavior: image

While it should look like: image

The misbehaving application uses

<tb:TaskbarIcon ToolTipText="{x:Static local:Localization.AssemblyProduct}"

as static tool tip text, without any other properties set.

Going to investigate here and provide further comment.

AliveDevil avatar Feb 22 '23 16:02 AliveDevil

Isn't that the same as https://github.com/hardcodet/wpf-notifyicon/issues/65 ?

Lakritzator avatar Feb 22 '23 21:02 Lakritzator

Unfortunately, no. In current Windows 22621.1265 this looks like: image

AliveDevil avatar Feb 22 '23 21:02 AliveDevil

So basically, the "current" general availability release works as expected - any tool tip text looks the same.

The issue came up with users on the current Windows 11 22H2 Release Preview channel (22621 build 1343) mentioning that all other applications support Microsofts "refreshed" tray area, while this application fails back to pre Windows 11 era tool tips for whatever reason.

AliveDevil avatar Feb 22 '23 21:02 AliveDevil

The official Windows 7 notification icon sample works just fine.

https://github.com/microsoft/Windows-classic-samples/tree/main/Samples/Win7Samples/winui/shell/appshellintegration/NotificationIcon

AliveDevil avatar Feb 23 '23 08:02 AliveDevil

What a stupid solution that is.

image

Works now, though 🤷‍♂️

AliveDevil avatar Feb 23 '23 09:02 AliveDevil