stable

Clone or download

Read-only

ListPicker with elements including color values or users avatars crashes

In both cases, select.options is a HTMLOptionsCollection which means it does not have access to Array.prototype.foreach. It was working before due to the way a polyfill was implemented. Issue introduced by git #tuleap/stable/32751f4aedeb028c37f264f07f87ce38710d002e Part of request #19709: Delete the polyfills for IE11 Change-Id: Ibd3c5335e64f10ab986acef6fcb1a8f5a889fe52

Modified Files

Name
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/list-picker-field/list-picker-field-controller.js +2 −2 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/list-picker-multiple-field/list-picker-multiple-field-controller.js +2 −2 Go to diff View file