You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org> on 2008/11/14 11:24:44 UTC

[jira] Resolved: (TRINIDAD-992) Validator as child of tr:inputText causes "label jumping" when client side validation enabled

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

Matthias Weßendorf resolved TRINIDAD-992.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s:  1.2.11-core
                    1.0.11-core

> Validator as child of tr:inputText causes "label jumping" when client side validation enabled
> ---------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-992
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-992
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.0.6-core
>         Environment: IE7
>            Reporter: Paul Mander
>            Assignee: Matthias Weßendorf
>             Fix For:  1.0.11-core,  1.2.11-core
>
>         Attachments: pre submit.jpg, submit.jpg
>
>
> Using panelFormLayout, an inputText and a validator causes labels to jump if client side validation is enabled.
> Consider the following markup
>       <ui:composition>
>               <tr:form>
>                      <tr:panelFormLayout>
>                            <tr:inputText id="cardNumberInputText" label="Card Number"
>                                   value="#{pageBean.cardNumber}">
>                                   <tr:validateRegExp pattern="^[0-9]+" />
>                            </tr:inputText>
>                      </tr:panelFormLayout>
>                      <tr:commandButton text="Next" action="#{pageBean.next}"/>
>               </tr:form>
>        </ui:composition>
> If the minimal skin is used or client validation is disabled (amounts to the same thing), then labels do not jump when the page is submitted.
> See attached screen shots

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