-
Notifications
You must be signed in to change notification settings - Fork 133
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
Fix side-effect of Microsoft bringing back support for pre-Windows 11 custom tooltips #96
Conversation
Tested on
Instead of:
|
…if setting Icon-property on separate thread
This change works nicely for us. As a side effect, it also makes it possible to run our 'automation driven' tests again on Win 11 since the tooltip text shows up in the control's name (It only showed up in the tooltip before). |
@hardcodet @punker76 @Lakritzator Can we take a look at getting this merged and released? |
@AliveDevil @markdavidoffosit Did you get any feedback on the PR? Would really love to see it merged. |
Still waiting for this to be merged |
All communication here is public, in that sense, no, never received any feedback. You could also just fork this repository, merge in my branch, and create a build for internal use - noone's stopping you from that. |
Hi there, sorry to bother. Our team has forked this repo for our internal uses and fixed some bugs. Also we welcome suggestions and PRs. If you're interested, please contact [email protected], thanks! |
@punker76 Thanks for merging this fix! |
@punker76 Thank you for merging this fix. Is there any plan for a new release NuGet? |
Using the WPF tooltip control for showing tool tip text feels out of place on Windows 11, as basic text based tooltips should be displayed using the
NIF_SHOWTIP
flag.Fixes #95.
TrayToolTipResolved might be removable completely now.