Skip to content
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

ToolTip issues prior to .NET 6.0 #4612

Closed
SamBent opened this issue Jun 2, 2021 · 4 comments
Closed

ToolTip issues prior to .NET 6.0 #4612

SamBent opened this issue Jun 2, 2021 · 4 comments
Labels
Accessibility An issue related to accessibility enhancements or blockers. Bug Product bug (most likely)

Comments

@SamBent
Copy link
Contributor

SamBent commented Jun 2, 2021

This issue contains references to a number of ToolTip issues. It is intended as a convenience for search, and a collection point for common information. Please limit discussion to topics common to the collection as a whole; comments about the individual bugs should go into the appropriate linked issue.

The issues collected here are

  • Issues present in .NET 4.8 and above (i.e. .NET Core 3.x, .NET 5.x, previews of .NET 6.0)
  • Actual bugs, as opposed to design changes
  • Contrary to, or blocking of, the new ToolTip behavior mandated by the WCAG 2.1 compliance work. See the spec
  • Fixed by that work (in .NET 6.0)
  • Not planned to be fixed in any earlier versions

Here is a sample app that illustrates most of the issues (see individual bugs for repro steps):
WpfApp3.zip
The app artificially sets all tooltips to delay for 5 seconds before opening, and to close after displaying for 15 seconds. This makes it easier to see the behavior, but does require a little patience.

@SamBent
Copy link
Contributor Author

SamBent commented Jun 2, 2021

Here are the issues (not all of which appear in the mentions you probably see above):

@SamBent SamBent mentioned this issue Jun 2, 2021
@ryalanms ryalanms added Accessibility An issue related to accessibility enhancements or blockers. Bug Product bug (most likely) labels Jun 7, 2021
@SamBent
Copy link
Contributor Author

SamBent commented Aug 17, 2021

All these issues are fixed by the tooltip work in 6.0-preview7.

@taquion87
Copy link

I think #5730 should be included in this issues collection

@amirburbea
Copy link

I made a repro of this bug: https://github.com/amirburbea/PopupRepro

Run this app under .NET 5 and .NET 6 and you'll see that ListBoxItem has no issues with tooltip, but ComboBoxItem does.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Accessibility An issue related to accessibility enhancements or blockers. Bug Product bug (most likely)
Projects
None yet
Development

No branches or pull requests

4 participants