Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.424 through 1.488
-
-
2.369
Description
If you put <f:textarea codemirror-mode="clike"/> in a Jelly page, and there is a doCheckWhatever method for the field in the corresponding Descriptor, the validation will not work—it will only validate the contents of the text area when the page was loaded, regardless of subsequent edits.
The cause seems to be that e.value (used from controlValue ← toValue ← qs ← targetUrl ← registerValidator ← TEXTAREA.validated) does not update dynamically when CodeMirror is used, unless and until e.codemirrorObject.save() is called.
Attachments
Issue Links
- is blocking
-
JENKINS-25631 CodeMirror support for CommandInstaller
-
- In Progress
-
-
JENKINS-28769 Enable syntax highlighting on workflow DSL
-
- Resolved
-
- is related to
-
JENKINS-23151 codemirror-mode on f:textarea broken (was: Execute shell build step text not saved properly)
-
- Resolved
-
-
JENKINS-9130 Add a dynamic parser to colorize and indent groovy textareas
-
- Resolved
-
- links to