BradSmith1985 / DropDownControls

Drop-Down Controls for .NET
50 stars 34 forks source link

Tooltips lingering after dropdown closed #5

Open mavnorthwind opened 4 years ago

mavnorthwind commented 4 years ago

While playing around with the demo app I found that sometimes the tooltips from the ComboTreeBox still remain visible or even new ones appearing after the dropdown has been closed.

All of this on Windows 10 B1903.

I've been able to reproduce the behavior mostly when opening the ComboTreeBox (Images) and hovering over one of the tree nodes, say Hydrogen. When the tooltip has appeared, the current node cannot be selected (I guess the mouse click lands on the tooltip) unless I move the mouse. Without clicking, the tooltip follows the mouse with a short delay, but when you click on a node while the tooltip still is at the old position, it will be repositioned (and stay visible) even though the dropdown has been closed meanwhile.

devmaestro1 commented 2 years ago

Hi, I know it's a bit late for you but I fixed the issue of tool tips lingering (#5) and also the problem with selection (#8) on my fork. Hopefully it helps others also.