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
Priority: Minor
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 appear to 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.