-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
-
2.459
The fix for JENKINS-72744 actually caused another regression.
In some situation the fact that the tooltip is appended to the parent leads to jumping of icons with theĀ custom-folder icon plugin.
Install the plugin and go to the configure page of a folder and under Appearance for th icon choose Ionicon Folder icon. Then click on "Show all available icons".
Now hover over any of the icons. The result is that after the icon one is hovering over it seems a line break is inserted, which leads to jumping of the icons and makes it very hard to navigate through the icons.
A solution might be to allow to specify for a tooltip where it should be placed. Default to document.body and allow to use "parent" instead. Optionally when it is not "parent" we can make it e.g. an id that we look up.
- links to