-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: core, jclouds-plugin
bug introduced in JENKINS-42443
findFollowingTR(listBox, "validation-error-area") looks for first parent TR tag, whichĀ could beĀ not the one that should be used (the one from <f:entry>) that causes jsĀ error
Uncaught TypeError: Cannot read property 'firstChild' of undefined
at updateListBox (select.js:8)
at select.js:79
at h (hudson-behavior.js:1295)
at refillOnChange (hudson-behavior.js:1310)
at select.js:77
at Array.forEach (<anonymous>)
at behavior.js:111
at Array.forEach (<anonymous>)
at behavior.js:107
at Array.forEach (<anonymous>)
which causes dropdown not to be populatedĀ
example jelly which doesn'tĀ in jenkins 2.50+
Ā
Ā
Ā