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

Pipeline arrows are not displaying or displayed incorrectly

    XMLWordPrintable

Details

    Description

      After the update to the latest LTS (v1.596.2), the arrows are no longer displaying correctly.

      Attachments

        Issue Links

          Activity

            boazsh boaz shavit added a comment -

            It looks like the Original value and the new value are the same.
            I'm having the same issue where the arrows are not showing and adding the Unknown macro:

            { z-index}

            to pipeline-common.css did not solve the issue.

            boazsh boaz shavit added a comment - It looks like the Original value and the new value are the same. I'm having the same issue where the arrows are not showing and adding the Unknown macro: { z-index} to pipeline-common.css did not solve the issue.
            acrolinx_blumenbach Tilman Blumenbach added a comment - - edited

            boazsh, the formatting in gillet's comment is broken. Comment with corrected formatting:

            An easy workaround consists in modifying pipeline-common.css (in theme) as follow:

            Original value:

            ._jsPlumb_connector {
                z-index: -100;
            }
            

            New value:

            ._jsPlumb_connector {
                z-index: 0;
            }
            

            However, that workaround doesn't work for me.

            acrolinx_blumenbach Tilman Blumenbach added a comment - - edited boazsh , the formatting in gillet 's comment is broken. Comment with corrected formatting: An easy workaround consists in modifying  pipeline-common.css (in theme) as follow: Original value: ._jsPlumb_connector { z-index : -100; } New value: ._jsPlumb_connector { z-index : 0; } However, that workaround doesn't work for me.

            Hello to all.

             

            What is the "correct" workaround to this issue.

            We also not remove or downgrade the plugin because of others dependencies...

            emanuelflp Emanuel Felipe Oliveira added a comment - Hello to all.   What is the "correct" workaround to this issue. We also not remove or downgrade the plugin because of others dependencies...

            Does anybody know what is the recommended solution for fixing this? Jenkins does not allow me to downgrade jquery plugins, since they are used by other dependencies.

            Did anybody managed to find out what causes this issue? Which rules or which change in scripts exactly causes this?

            patbos maybe it's worth to reopen this as a sign, that is still a known issue and currently there's no reasonable solution?

            iteraptor Kamil Kopaczyk added a comment - Does anybody know what is the recommended solution for fixing this? Jenkins does not allow me to downgrade jquery plugins, since they are used by other dependencies. Did anybody managed to find out what causes this issue? Which rules or which change in scripts exactly causes this? patbos maybe it's worth to reopen this as a sign, that is still a known issue and currently there's no reasonable solution?

            iteraptor Please open a new issue since this issue is 5 years old and in the new issue try to specify as much as possible what version of Jenkins and plugins you are using. 

            patbos Patrik Boström added a comment - iteraptor Please open a new issue since this issue is 5 years old and in the new issue try to specify as much as possible what version of Jenkins and plugins you are using. 

            People

              patbos Patrik Boström
              vstone Jan Vansteenkiste
              Votes:
              1 Vote for this issue
              Watchers:
              13 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: