Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: 5089ad5e5962d22294d48d57e5cccc68b26c5236
https://github.com/jenkinsci/jenkins/commit/5089ad5e5962d22294d48d57e5cccc68b26c5236
Author: Markus Winter <[email protected]>
Date: 2024-05-17 (Fri, 17 May 2024)
Changed paths:
M
core/src/main/resources/jenkins/widgets/HistoryPageFilter/queue-items.jelly
M core/src/main/resources/lib/hudson/progressBar.jelly
M core/src/main/resources/lib/hudson/queue.jelly
M core/src/main/resources/lib/layout/stopButton.jelly
M war/src/main/js/components/tooltips/index.js
Log Message:
-----------
[JENKINS-73158] avoid jumping layout due to tooltips (#9263)
* [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.
* explicitly append to parent
* fix attribute
To unsubscribe from these emails, change your notification settings at
https://github.com/jenkinsci/jenkins/settings/notifications
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/dabf61-5089ad%40github.com.