-
Notifications
You must be signed in to change notification settings - Fork 982
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
WinForms Tooltips should become visible when hover over #2726
Comments
To be compliant with 1.4.13 the following needs to be supported: The expected behavior and minimal repro listed should handle the hoverable aspect but not the dismissable or persistent. Are those required aspects being addressed as well in this or another issue or have are they handled and I'm not finding the documentation? |
@jlukosky we have the new tooltip requirements are are working towards meeting these criteria. Under the hood, WinForms is dependent on the Windows Common Controls for much of our functionality. We're engaging directly with that team to provide us a base ToolTip control that supports the requirements so that we can then expose that to the .NET WinForms customer. This particular issue is one which we can control directly, and we're working on ensuring all controls that support ToolTips support them from keyboard focus while the Common Controls team is working on the underlying layer. Thanks! |
@merriemcgaw - That's exactly what I needed to know. Thanks for the rapid response. |
duplicate of #5424 |
.NET Core Version:
5.0
Have you experienced this same bug with .NET Framework?:
Yes
Problem description:
WinForms ToolTip should meet WCAG 2.1 requirements and satisfy the rule 1.4.13 "Content on Hover or Focus". For more details please see WCAG 2.1 Criterion 1.4.13
Expected behavior:
ToolTip should become visible when hover over.
Minimal repro:
The text was updated successfully, but these errors were encountered: