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

validation: onchange event not listened on all radios of the group

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • core

      If we are referencing a radio group (all radios have the same name) in a check dependency (using @QueryParameter [@RelativePath] or checkDependsOn), the validation behavior add a listener on the change event only for one of the radio, or we need to be notified on all of them to retrigger validation. This is happening in the registerValidator because the findNearBy call returns only the first radio.

      I think there should be another check to grab all radio with the same name on the same for level if the returned value is a radio.

            Unassigned Unassigned
            gdelory Guillaume DELORY
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: