winforms
winforms copied to clipboard
[Windows11] keyboard toolTip and mouse toolTip are always displayed continuously
.NET version
.NET SDK 10.0.100-alpha.1.24510.13
Did it work in .NET Framework?
No
Did it work in any of the earlier releases of .NET Core or .NET 5+?
No
Issue description
On Windows 11, controls' keyboard toolTip and mouse toolTip are always displayed continuously. This issue doesn't repro on Win10.
https://github.com/user-attachments/assets/d726f418-3538-4d23-9f14-bbb9b4d32a23
Steps to reproduce
- Create a Winforms .NET application
- Add 2 buttons and 2 tooltip
- Set tooltip for these 2 buttons
- Build and run
- Tab button to display tooltip or use mouse to display tooltip, wait for tooltip to disappear
Use test app: WinFormsApp3.zip