H.NotifyIcon icon indicating copy to clipboard operation
H.NotifyIcon copied to clipboard

[WinUI3] ToolTipText doesn't work on Windows 11

Open peerlessDJ opened this issue 1 year ago • 10 comments

Describe the bug

<UserControl x:Class="xxx" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="using:MultiMiracast" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:tb="using:H.NotifyIcon" mc:Ignorable="d">

<tb:TaskbarIcon
    x:Name="TrayIcon"
    ToolTipText="Test-ToolTip"
    NoLeftClickDelay="True"
    IconSource="/Assets/ShareHub.ico"
/>

Steps to reproduce the bug

No response

Expected behavior

mouse hover can display the tooltip

Screenshots

No response

NuGet package version

NotifyIcon.WinUI:2.0.108 Mircosoft.WindowsAppSDK:1.3.230502000 Miraosoft.Windows.SDK.BuildTools:10.0.22621.756

x64 net6.0-windows10.0.22621.0

Windows 11 build 22621.1702

Platform

WinUI

IDE

Visual Studio 2022

Windows Version

Windows 11

WindowsAppSDK Version

Other

WindowsAppSDK Type

Packaged

Manifest

true/PM PerMonitorV2, PerMonitor

Additional context

No response

peerlessDJ avatar May 24 '23 10:05 peerlessDJ