Skip to content
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

[JENKINS-72744] remove tooltip when widget is refreshed #9201

Merged
merged 1 commit into from May 4, 2024

Commits on Apr 26, 2024

  1. [JENKINS-72744] remove tooltip in widget refresh

    Attach the tooltip to the parent element instead of the document body.
    When a widget is refreshed, the elements are deleted. But the tooltip
    stays when it is added to the body and thus will never be able to
    receive an event when the mouse is moved out.
    By attaching it to the parent, when the widget is refreshed and the
    content is remobed this will automatically also remove the tooltip html
    elements.
    mawinter69 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c6d76c2 View commit details
    Browse the repository at this point in the history