-
Bug
-
Resolution: Fixed
-
Minor
-
Jenkins 2.446
-
-
2.457
When a tooltip is displayed for an element in a widget and the widget is refreshed the tooltip will not disappear once the mouse is moved away.
When a tooltip is displayed for an element in a widget and the widget is refreshed the tooltip will not disappear once the mouse is moved away.
The problem is most likely that the tooltip is attached to the body thus when the widget is refreshed the eventhandler that would remove the tooltip is deleted as well. Attaching the tooltip directly to the element it is for would probably solve the problem.