-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 does not show when they would be over the taskbar or dock. #8638
Comments
I think it is only indirectly related to the taskbar or dock. Either:
I prefer the 2nd option, especially cause messing with the placement can interfere with the ToolTip.Placement property. |
* Add failing test for #8638. * Don't hide tooltip when pointer is over tooltip. Fixes #8638 * Close the tooltip when pointer exits. If the pointer has been moved from the control to the tooltip, then out of the tooltip to another control, ensure that the tooltip is closed. * AdornedControl can be a standard CLR property.
* Add failing test for #8638. * Don't hide tooltip when pointer is over tooltip. Fixes #8638 * Close the tooltip when pointer exits. If the pointer has been moved from the control to the tooltip, then out of the tooltip to another control, ensure that the tooltip is closed. * AdornedControl can be a standard CLR property.
Describe the bug
When a control has a ToolTip and it is pretty close to the bottom of the screen then the Tip does not show if it's bounds (when it would show) interfere with the taskbar (Windows) or the dock (macOS).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The ToolTip is shown. If it would interfere with the taskbar or dock it can be shown above the mouse pointer similar to how ComboBoxes change their expanding direction.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: