Details
-
Type:
Bug
-
Status: In Progress (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Component/s: core
-
Environment:Build for 2.0 PR 2182 with #4603
-
Similar Issues:
Description
Steps to reproduce:
- Install recommended plugins
- Create a freestyle job named 'foo'
- radiobutton 'Git'
- Click 'Advanced…' to show Advanced Project Options
- Check 'This build is parameterized'
- Add two boolean parameters (no need to specify name or anything)
- Check 'Retry Count'
Expected result: Retry Count gets checked
Actual result: It does get checked, but the page scrolls down.
https://github.com/jenkinsci/jenkins/pull/2193
I have offered a PR that fixes the issue specifically for v2, as I am not sure if it doesn't mostly work enough in v1 that people like it, despite being broken in some cases. I don't think it is worth fixing, but others might think so. Daniel Beck, do as you will....