|
||||||||
|
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 |
||||||||
- [JIRA] (JENKINS-15604) checkUrl and codemirror... [email protected] (JIRA)
- [JIRA] (JENKINS-15604) checkUrl and codem... [email protected] (JIRA)
- [JIRA] (JENKINS-15604) checkUrl and codem... [email protected] (JIRA)

Actually need to use <st:adjunct> to define the _javascript_ when this is part of a lazy-loaded block.
Triggering form validation on every keypress slows down the browser and server a bit, so configuring onBlur is preferable. Would be nice to validate a focused textarea but wait for quiescence (of say three seconds) before triggering validation. This seems hard from plugin code, since registerValidator is hardcoded to call sendRequest rather than delayedCheck; would need to build a custom timer of some kind.