Issue Type: Bug Bug
Assignee: Unassigned
Components: core
Created: 26/Mar/15 6:36 PM
Description:

I have a plugin with a number of fields in its config.jelly file, and I have corresponding methods to validate them in my Descriptor class. However, because the form apparently populates with empty or default values when it's loaded, requests to the server are sent for each field before the user interacts with the form.

If something slows the server's response time (a breakpoint in my case, but it could be something like a slow resource as well), the user can continue to interact with the form before the responses for those validation requests are received. Then when the responses are received, they're already out of date, meaning that an error message will be displayed for field values that are actually valid.

Environment: Jenkins 1.580
Mac OS, Chrome
Project: Jenkins
Labels: jelly validation
Priority: Minor Minor
Reporter: Samuel Johnson
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

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to