-
Notifications
You must be signed in to change notification settings - Fork 986
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
[Windows11] keyboard toolTip and mouse toolTip are always displayed continuously #12374
Comments
@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. |
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. |
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 |
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.
ToolTip_WIN10.WIN11.mp4
Steps to reproduce
Use test app: WinFormsApp3.zip
The text was updated successfully, but these errors were encountered: