-
Bug
-
Resolution: Unresolved
-
Major
-
Jenkins 2.507+
If a RootAction defines a jumplist.jelly then when the header is collapsed the jumplist is lost and there is no way to access it.
Given the jumplist is the "new way" to replace l:tasks it is expected that this works (and is distinct from JENKINS-75683)
steps to reproduce
Create a new RootAction that implements a jump list and install the plugin into Jenkins.
ensure the screen is wide and the action is shown in the main header
Hover over the Action icon to verify the jumplist is show
Make the screen smaller (or install more plugins with RootActions so that the RootAction is moved to the overflow "..." menu
Hover over the RootAction in the overflow menu
Expected Results
The jumplist is shown (somehow) to the user
Actual Results
The jumplist is not shown.
Notes
in https://github.com/jenkinsci/jenkins/blob/6efa0db6266548352705e7fdfb71c08a1251ed13/src/main/js/components/header/actions-overflow.js#L40-L67 all fnctionality appears to be removed except for the text icon and link.
- links to