-
Bug
-
Resolution: Fixed
-
Major
-
Pipeline Stage View Plugin 1.0
If you click on logs button of an stage, and you scroll up, you can see the log popup window, but if you try to expand the entries to see the logs, nothing happens.
- is duplicated by
-
JENKINS-33354 Log modal dialog doesnt expand if stage has more than one step
-
- Closed
-
-
JENKINS-33656 Can't expand logs in Stage Log Popover
-
- Closed
-
- links to
In addition to the mentioned warning in the browser console, it looks like the click event on .node-name is fired twice when clicked.
This toggles activation/deactivation on the log entry twice, effectively returning to the initial state. See ui/src/main/js/view/stage-logs.js:
Maybe it helps to extract the registration of the click-handler from dialog.show(onshow())?