-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Labels
Accessibility
An issue related to accessibility enhancements or blockers.
Bug
Product bug (most likely)
Comments
This was referenced Jun 2, 2021
Here are the issues (not all of which appear in the mentions you probably see above):
|
Merged
This was referenced Jun 14, 2021
All these issues are fixed by the tooltip work in 6.0-preview7. |
This was referenced Nov 18, 2021
I think #5730 should be included in this issues collection |
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)
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
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.
The text was updated successfully, but these errors were encountered: