Jesse Glick commented on Bug JENKINS-15604

Workaround:

<script>
  function cmChange(editor, change) {
    editor.save();
    $$('.validated').forEach(function (e) {e.onchange()})
  }
</script>
<f:textarea codemirror-mode="clike" codemirror-config="'onChange': cmChange"/>

(getTextArea is apparently undefined in this version of codemirror.js, hence the loop over all validated elements.)

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

Reply via email to