-
Bug
-
Resolution: Fixed
-
Major
-
None
When one clicks the "Apply" button, codemirror-driven textareas do not reflect changes, result in loss of edits.
[JENKINS-18436] Apply button do not pick up changes in codemirror textareas
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 149743 ] | New: JNJira + In-Review [ 193272 ] |
Code changed in jenkins
User: Kohsuke Kawaguchi
Path:
changelog.html
core/src/main/resources/lib/form/apply.jelly
core/src/main/resources/lib/form/apply/apply.js
core/src/main/resources/lib/form/textarea/textarea.js
test/src/test/groovy/lib/form/ApplyButtonTest.groovy
test/src/test/resources/lib/form/JSON.js
http://jenkins-ci.org/commit/jenkins/2ffece9d737f4a77ed4059c777948299daf22771
Log:
[FIXED JENKINS-18436]
Fire the "jenkins:apply" event from the apply button and listen to that to write back edits to <TEXTAREA>