-
Bug
-
Resolution: Fixed
-
Major
-
-
2.279 and 2.277.1
The changes introduced https://issues.jenkins.io/browse/JENKINS-64196 broke the available tab of the plugin manager on IE11. The culprit is this line: https://github.com/jenkinsci/jenkins/blob/master/war/src/main/js/plugin-manager-ui.js#L37
The issue is that Array.includes is not supported on IE11:
This is a big regression and should be lts-candidate IMO.
- links to
[JENKINS-64805] Plugin manager available tab broken on IE11
Labels | New: lts-candidate |
Priority | Original: Minor [ 4 ] | New: Major [ 3 ] |
Labels | Original: lts-candidate | New: lts-candidate regression |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Remote Link | New: This issue links to "PR 5263 (Web Link)" [ 26497 ] |
Released As | New: 2.279 | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Closed [ 6 ] |
Labels | Original: lts-candidate regression | New: 2.277.1-fixed regression |
Released As | Original: 2.279 | New: 2.279 and 2.277.1 |
+1 to backport it