You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2010/10/20 20:56:25 UTC

[jira] Assigned: (TAP5-538) Add the facility to optionally disable on-focus-change triggered validation while retaining the on-form-submit validation

     [ https://issues.apache.org/jira/browse/TAP5-538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-538:
-----------------------------------------

    Assignee: Howard M. Lewis Ship

> Add the facility to optionally disable on-focus-change triggered validation while retaining the on-form-submit validation
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-538
>                 URL: https://issues.apache.org/jira/browse/TAP5-538
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.18
>            Reporter: Scott Russell
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> The built-in client-side validation displays validation message bubbles on form submit, and also when a user changes focus away from a validable field. The former (on-form-submit triggered validation) is useful and a desirable feature from a customer perspective. The latter (on-focus-change triggered validation) is rather annoying, as validation bubbles keep popping up whenever the user clicks or tabs around the form.   
> Ideally, it would be desirable to have a configurable option (perhaps on the Form component) to disable the on-focus-change triggered validation popups, while still retaining the on-form-submit triggered popups.
> Note: If the on-focus-change triggered popups validation were disabled, it would still be desirable to monitor the field focus change events, solely to remove existing validation markers (the red label and the x icon) if the field value now passes validation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.