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-73158] avoid jumping layout due to tooltips #9263

Merged
merged 3 commits into from
May 17, 2024

Commits on May 11, 2024

  1. [JENKINS-73158] avoid jumping layout due to tooltips

    The fix for JENKINS-72744 made the tooltip get appended to the parent
    element. But this can also cause troubles in some cases.
    To avoid this one can now decide whether the tooltip should be appended
    to the body (the default) or to the parent.
    Adjust all locations where a tooltip is displayed inside a widget to
    append it to the parent. This works well with those tooltips and avoids
    a jumping layout in the custom-folder-icon and potentially other places.
    mawinter69 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    c545ead View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a556cc8 View commit details
    Browse the repository at this point in the history
  3. fix attribute

    mawinter69 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    5cbe510 View commit details
    Browse the repository at this point in the history