-
Notifications
You must be signed in to change notification settings - Fork 1k
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
ToolStrip tooltips can appear directly under cursor hotspot #12958
Comments
I'd love to see this fixed. I've always had to disable tooltips in the status bar of Paint.NET because they just don't work there. Ever since the migration to .NET 2.0 and |
And by that I mean that I actually have text for tooltips on elements in Paint.NET's statusbar. Fully translated text that's ready-to-go. I just can't enable them because the user experience is completely broken. And even then it's still possible to move other things around (like the Layers window, as shown above) to recreate this problem. |
I saw similar behavior if the element is at the very bottom right of the workspace area (like just above the taskbar clock). Didn't necessarily require the mouse to be at a particular spot. Seemed like the tooltip was being nudged away from the screen edge and was popping up under the mouse anyway. |
Great find, thank you so much! We definitely want to take this for Preview 3, but it may take us a few days to get to the code review of the PR. @toehead2001 - we really appreciate the contribution, thank you! |
.NET version
9.0
Did it work in .NET Framework?
No
Did it work in any of the earlier releases of .NET Core or .NET 5+?
No response
Issue description
When a
ToolStrip
is next to the Windows Taskbar, aToolStripItem
's ToolTip can appear directly under cursor HotSpot. This prevents the item from being clicked.This is an issue that has come up quite a few times over the years in the Paint.NET community.
ToolTipIssue.webm
cc: @rickbrew
Steps to reproduce
The text was updated successfully, but these errors were encountered: