[jira] Created: (TAPESTRY-1588) Validation error images included in markup with form.clientValidation="false"

View: New views
5 Messages — Rating Filter:   Alert me  

[jira] Created: (TAPESTRY-1588) Validation error images included in markup with form.clientValidation="false"

by Tapestry - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Validation error images included in markup with form.clientValidation="false"
-----------------------------------------------------------------------------

                 Key: TAPESTRY-1588
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1588
             Project: Tapestry
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.0.5
            Reporter: Martin Grotzke
            Priority: Minor


If you set clientValidation="false" on a form, T5 renders the validation error image for all input components (for validation errors that might occur):

<img alt="[Error]" class="t-error-icon t-invisible" id="cancel:icon" src="/app/assets/tapestry/field-error-marker.png">

With clientValidation="false" this should not be needed and markup could be improved + page load time reduced.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


[jira] Commented: (TAPESTRY-1588) Validation error images included in markup with form.clientValidation="false"

by Tapestry - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/TAPESTRY-1588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12613791#action_12613791 ]

Finn Kennedy commented on TAPESTRY-1588:
----------------------------------------

The ability to turn off css/images for forms is especially useful when developing for mobile devices where support of css etc is very limited.  Currently on for ex a blackberry browser the alt image text is displayed next to each form element.

> Validation error images included in markup with form.clientValidation="false"
> -----------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1588
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1588
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.5
>            Reporter: Martin Grotzke
>            Priority: Minor
>
> If you set clientValidation="false" on a form, T5 renders the validation error image for all input components (for validation errors that might occur):
> <img alt="[Error]" class="t-error-icon t-invisible" id="cancel:icon" src="/app/assets/tapestry/field-error-marker.png">
> With clientValidation="false" this should not be needed and markup could be improved + page load time reduced.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


[jira] Assigned: (TAPESTRY-1588) Validation error images included in markup with form.clientValidation="false"

by Tapestry - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Howard M. Lewis Ship reassigned TAPESTRY-1588:
----------------------------------------------

    Assignee: Howard M. Lewis Ship

> Validation error images included in markup with form.clientValidation="false"
> -----------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1588
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1588
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.5
>            Reporter: Martin Grotzke
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> If you set clientValidation="false" on a form, T5 renders the validation error image for all input components (for validation errors that might occur):
> <img alt="[Error]" class="t-error-icon t-invisible" id="cancel:icon" src="/app/assets/tapestry/field-error-marker.png">
> With clientValidation="false" this should not be needed and markup could be improved + page load time reduced.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


[jira] Updated: (TAPESTRY-1588) Validation error images are included in the markup for fields without errors, even when the form has client validation disabled

by Tapestry - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Howard M. Lewis Ship updated TAPESTRY-1588:
-------------------------------------------

    Issue Type: Bug  (was: Improvement)
       Summary: Validation error images are included in the markup for fields without errors, even when the form has client validation disabled  (was: Validation error images included in markup with form.clientValidation="false")

> Validation error images are included in the markup for fields without errors, even when the form has client validation disabled
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1588
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1588
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.5
>            Reporter: Martin Grotzke
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.0.14
>
>
> If you set clientValidation="false" on a form, T5 renders the validation error image for all input components (for validation errors that might occur):
> <img alt="[Error]" class="t-error-icon t-invisible" id="cancel:icon" src="/app/assets/tapestry/field-error-marker.png">
> With clientValidation="false" this should not be needed and markup could be improved + page load time reduced.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


[jira] Closed: (TAPESTRY-1588) Validation error images are included in the markup for fields without errors, even when the form has client validation disabled

by Tapestry - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Howard M. Lewis Ship closed TAPESTRY-1588.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0.14

> Validation error images are included in the markup for fields without errors, even when the form has client validation disabled
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1588
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1588
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.5
>            Reporter: Martin Grotzke
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.0.14
>
>
> If you set clientValidation="false" on a form, T5 renders the validation error image for all input components (for validation errors that might occur):
> <img alt="[Error]" class="t-error-icon t-invisible" id="cancel:icon" src="/app/assets/tapestry/field-error-marker.png">
> With clientValidation="false" this should not be needed and markup could be improved + page load time reduced.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...

LightInTheBox - Buy quality products at wholesale price