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

Pipeline detail throws exception, breaks in IE11

    XMLWordPrintable

Details

    • 1.0-m6, 1.0-m7

    Description

      The pipeline detail screens (activity, branches, prs) are broken in IE11 due to use of Array.prototype.find which is not supported.

      OrganisationPipelines:15

      pipeline = pipelines.find(aPipeLine => aPipeLine.name === name);
      

      Attachments

        Issue Links

          Activity

            jamesdumay James Dumay added a comment -

            We should just polyfill it https://www.npmjs.com/package/array-find

            jamesdumay James Dumay added a comment - We should just polyfill it https://www.npmjs.com/package/array-find
            cliffmeyers Cliff Meyers added a comment -

            As of a few days ago the app completely fails to load in IE11.

            cliffmeyers Cliff Meyers added a comment - As of a few days ago the app completely fails to load in IE11.

            People

              Unassigned Unassigned
              jamesdumay James Dumay
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: