Hey, thanks for checking. Commonly, backports happen from the master branch, so a PR with a fix would be beneficial.
Thanks! On Wed 22. Feb 2023 at 17:51, 'Antoine Neveux' via Jenkins Developers < [email protected]> wrote: > Hello Alex, hello everyone, > > There is a regression introduced with that LTS version: [JENKINS-70662 > <https://issues.jenkins.io/browse/JENKINS-70662>] Built-in validations > are broken when inside an `optionalBlock`. > > The commit that led to this regression is > 5870838f690eaa06762630eceb21c40d3df0ceb8 > <https://github.com/jenkinsci/jenkins/commit/5870838f690eaa06762630eceb21c40d3df0ceb8>, > coming from Pull Request: #7203 > <https://github.com/jenkinsci/jenkins/pull/7203>. The regression was > first delivered with Jenkins 2.376. > > The particular change that led to this regression is the submit button in > form/submit.jelly which was changed from <input type="submit" to <button. > > The error which is faced (An invalid form control with name='' is not > focusable) is likely a browser validation error (reference > <https://stackoverflow.com/questions/22148080/an-invalid-form-control-with-name-is-not-focusable/28340579#28340579> > ). > > Different solutions could be imagined, among some tested: > > - Adding novalidate="true" to the form tag in form.jelly works, with a > concern about f:form being sufficiently commonly used to be a valid > approach? > - Adding formNoValidate="true" to the submit button works as well > > Other solutions could be considered, but might be more difficult to put in > place? > > I'm not familiar with how OSS LTS releases are managed, so could you > please let me know how we could move forward with that concern? Would you > like me to submit a Pull Request to core with one of these fixes? > > Thanks a lot for your help and attention, have a great day! > > Antoine > > On Wednesday, February 22, 2023 at 10:06:51 AM UTC+1 [email protected] > wrote: > >> Hello everyone, >> >> Latest LTS RC was made public, and it is ready to be tested. Final >> release is scheduled for 2023-03-08. >> >> Please report your findings in this thread. >> >> Download the release from: >> https://repo.jenkins-ci.org/incrementals/org/jenkins-ci/main/jenkins-war/2.387.1-rc33314.b_f418c7c9f79/jenkins-war-2.387.1-rc33314.b_f418c7c9f79.war >> Best regards, >> Alex >> > -- > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Developers" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jenkinsci-dev/jY6M9oM8tQA/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/fd65647c-f0ec-495e-9f39-3c70ec000586n%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/fd65647c-f0ec-495e-9f39-3c70ec000586n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAP9joaFAJVjLB%3D%3Der60Y0GSyaAip2tSeQ4XQ17CkAcX4wgU5oA%40mail.gmail.com.
