-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins 2.176.1
blueocean 1.17.0
I am unable to use the mouse to interact with the 'Input Required' modal displayed when trying to run a build with parameters from the blue ocean UI.
This appears to be because the modal is mounted as a child of the branch row element, which is a link element. Clicking anywhere on the modal (inputs, buttons etc.) navigates to the page pointed at by that link (ie, the last run of that branch). I am only able to run parameterised builds from blue ocean by using the keyboard to navigate.
I have exactly the same problem with the Input required modal.
It works fine with the classic jenkins, but behaves exactly as described (whenever you click in the modal brings you to the previous job, making impossible to select any parameter not even using the run button).
Also, in my case the modal works fine from the Branch view. This issue only happens from Pull Requests page.
Some extra info from my configuration: