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

Rendering issue with Static Code Analysis Plugin

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

      Stage View get pushed down when the Static Code Analysis Plugin renders multiple diagrams (multiple static analysis tools, multi module project...)

          [JENKINS-41753] Rendering issue with Static Code Analysis Plugin

          David S added a comment - - edited

          Got the same issue. Also the Stage View overlaps the static code graphs which makes it unable to click on them (see attachment).

          David S added a comment - - edited Got the same issue. Also the Stage View overlaps the static code graphs which makes it unable to click on them (see attachment).

          Benjamin Fuchs added a comment - - edited

          I gave it a try to partly fix this issue. I tried to fix the broken links and the easiest way was to set a 'z-index' value for the div box of the Static Code Analysis Plugin.

          I commited my change to the analysis-core-plugin:

          https://github.com/jenkinsci/analysis-core-plugin/pull/44

          I test build the warnings plugin and the links worked again (hovering the link on the screenshot). I guess the pushing down of the stage view is something that cant be prevented. It has to go somewhere.

          Benjamin Fuchs added a comment - - edited I gave it a try to partly fix this issue. I tried to fix the broken links and the easiest way was to set a 'z-index' value for the div box of the Static Code Analysis Plugin. I commited my change to the analysis-core-plugin: https://github.com/jenkinsci/analysis-core-plugin/pull/44 I test build the warnings plugin and the links worked again (hovering the link on the screenshot). I guess the pushing down of the stage view is something that cant be prevented. It has to go somewhere.

          Code changed in jenkins
          User: Benjamin Fuchs
          Path:
          src/main/resources/hudson/plugins/analysis/core/AbstractProjectAction/floatingBox.jelly
          http://jenkins-ci.org/commit/analysis-core-plugin/29afcb076b0b0a011e4768cf59c22bca7cf977d9
          Log:
          JENKINS-41753 Setting z-index in floatingBox.jelly

          Pipeline stage view over-renders the floating box what makes the links dead. Setting the z-value is a workaround for that problem.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Benjamin Fuchs Path: src/main/resources/hudson/plugins/analysis/core/AbstractProjectAction/floatingBox.jelly http://jenkins-ci.org/commit/analysis-core-plugin/29afcb076b0b0a011e4768cf59c22bca7cf977d9 Log: JENKINS-41753 Setting z-index in floatingBox.jelly Pipeline stage view over-renders the floating box what makes the links dead. Setting the z-value is a workaround for that problem.

          Code changed in jenkins
          User: Ulli Hafner
          Path:
          src/main/resources/hudson/plugins/analysis/core/AbstractProjectAction/floatingBox.jelly
          http://jenkins-ci.org/commit/analysis-core-plugin/e2145a42825b2b3193420b7ce3f18d8c3a30c03d
          Log:
          Merge pull request #44 from benjaminfuchs/JENKINS-41753

          JENKINS-41753 Rendering issue with Static Code Analysis Plugin

          Compare: https://github.com/jenkinsci/analysis-core-plugin/compare/141c8eca5f41...e2145a42825b

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Ulli Hafner Path: src/main/resources/hudson/plugins/analysis/core/AbstractProjectAction/floatingBox.jelly http://jenkins-ci.org/commit/analysis-core-plugin/e2145a42825b2b3193420b7ce3f18d8c3a30c03d Log: Merge pull request #44 from benjaminfuchs/ JENKINS-41753 JENKINS-41753 Rendering issue with Static Code Analysis Plugin Compare: https://github.com/jenkinsci/analysis-core-plugin/compare/141c8eca5f41...e2145a42825b

            Unassigned Unassigned
            cleclerc Cyrille Le Clerc
            Votes:
            5 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated: