![]() |
|
|
|
|
Issue Type:
|
Bug
|
|
Assignee:
|
Jesse Glick
|
|
Components:
|
core |
|
Created:
|
23/Oct/12 9:34 PM
|
|
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.
|
|
Environment:
|
1.424 through 1.488
|
|
Project:
|
Jenkins
|
|
Labels:
|
_javascript_
codemirror
|
|
Priority:
|
Major
|
|
Reporter:
|
Jesse Glick
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|