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

On a configure screen that has multiple groups of radio buttons, clicking the apply button clears all but the last radio group selection

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core

      buildFormTree changes the DOM while parsing the radio button sections, mutating the name field of each element. Since the DOM model is that there can only be at most one selected element for each distinct name, the last radio button selected for each base name will be the only one selected.

      The fix is not to mutate the DOM while building the JSON form data.

            Unassigned Unassigned
            stephenconnolly Stephen Connolly
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: