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

Pipeline detail throws exception, breaks in IE11

    • 1.0-m6, 1.0-m7

      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);
      

          [JENKINS-35728] Pipeline detail throws exception, breaks in IE11

          James Dumay added a comment -

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

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

          Cliff Meyers added a comment -

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

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

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

              Created:
              Updated:
              Resolved: