mono / monodevelop

MonoDevelop is a cross platform .NET IDE
http://www.monodevelop.com
2.84k stars 1.02k forks source link

[release-8.4] Fix information popover flickering #9578

Closed monojenkins closed 4 years ago

monojenkins commented 4 years ago

When the TooltipPopoverWindow is visible, the parent might receive mouse in/out events rapidly, depending on the parenting status of the parent dialogs. This might be caused by some Gtk Loop issue.

Delaying the hiding of the popup when the mouse leaves effectively workarounds the issue.

Backport of #9576.

/cc @sevoku