Open Olina-Zhang opened 1 week ago
@Olina-Zhang, @LeafShi1 - could you please investigate if the same issue is present in native Win32 applications, either notepad, or create a custom MFC app with tooltips.
@Olina-Zhang, @LeafShi1 - could you please investigate if the same issue is present in native Win32 applications, either notepad, or create a custom MFC app with tooltips.
This should be a Windows issue, the same issue exists in notepad, File Explorer, MFC Application
@Olina-Zhang can you file an issue in the OS AzDO? We'll track it but I doubt there's much we're able to do.
@Olina-Zhang can you file an issue in the OS AzDO? We'll track it but I doubt there's much we're able to do.
Filed OS AzDO issue: 54688683. please help see if area path is correct.
@Tanya-Solyanik @merriemcgaw that OS AzDo bug: 54688683 was resolved "By design". Windows team told Tooltip behavior was intentionally changed years ago for accessibility reasons. If this appears to not be in compliance with WCAG 2.1 Tooltips behavior, let them know. If that's the case, for the Winforms tooltip control, it conflicts with the setting of tooltip's AutoPopDelay property obviously on Win11.
Hi @Olina-Zhang I misunderstood your bug report, yes this is "by design". The default AutoPopDelay had been overwritten on Win11 - the tooltip is dismissed by user action only. If the user changes AutoPopDelay to a non-default value, then that new delay will be applied to the tooltip - try setting it to 1000 for example
I'll reuse this issue as a reminder to update the docs
If the user changes AutoPopDelay to a non-default value, then that new delay will be applied to the tooltip - try setting it to 1000 for example
It does, and we need to reset the AutoPopDelay to a non-default value on Win11.
.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
Use test app: WinFormsApp3.zip