Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-53403

Stage view overlaps right-hand-side graphs making them unclickable.

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor

      When viewing a (any) jenkins pipeline job (or multibranch pipeline) with the Stage View shown it will by default overlap any right-hand-side graphisc like "Test Result Trend", "Cppcheck Trend" and "Checkstyle Trend".

      This is due to the right-hand-side items being rendered "before" the 'cbwf-stage-view' div.

      This can be solved locally by modifying the CSS to set the id='pipeline-box' to 'z-index:-1'

      'Checkstyle Trend' graph window has solved this by adding 'z-index:1' to its div-style.

      See attached screenshot which details the issue.

          [JENKINS-53403] Stage view overlaps right-hand-side graphs making them unclickable.

          Daan Timmer created issue -
          Daan Timmer made changes -
          Description Original: When viewing a (any) jenkins pipeline job (or multibranch pipeline) with the Stage View shown it will by default overlap any right-hand-side graphisc like "Test Result Trend", "Cppcheck Trend" and "Checkstyle Trend".

          This is due to the right-hand-side items being rendered "before" the 'cbwf-stage-view' div.

          This can be solved locally by modifying the CSS to set the class 'cbwf-stage-view' to 'z-index:-1'

          'Checkstyle Trend' graph window has solved this by adding 'z-index:1' to its div-style.

          See attached screenshot which details the issue.
          New: When viewing a (any) jenkins pipeline job (or multibranch pipeline) with the Stage View shown it will by default overlap any right-hand-side graphisc like "Test Result Trend", "Cppcheck Trend" and "Checkstyle Trend".

          This is due to the right-hand-side items being rendered "before" the 'cbwf-stage-view' div.

          This can be solved locally by modifying the CSS to set the id='pipeline-box' to 'z-index:-1'

          'Checkstyle Trend' graph window has solved this by adding 'z-index:1' to its div-style.

          See attached screenshot which details the issue.
          Andrew Bayer made changes -
          Component/s New: pipeline-stage-view-plugin [ 21139 ]
          Component/s Original: pipeline [ 21692 ]
          Daan Timmer made changes -
          Summary Original: Stage view overlaps right hand side graphis making them unclickable. New: Stage view overlaps right-hand-side graphs making them unclickable.
          Vivek Pandey made changes -
          Labels Original: pipeline pipeline-stage-view New: frontend pipeline pipeline-stage-view triaged-2018-11

            Unassigned Unassigned
            daan_philips Daan Timmer
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: