[
https://issues.apache.org/jira/browse/TAP5-2045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Serge Eby updated TAP5-2045:
----------------------------
Attachment: TAP5-2045.patch
Included patch fixes this issue
> Label component now forces user to have extra class attribute "control-label"
> -----------------------------------------------------------------------------
>
> Key: TAP5-2045
> URL: https://issues.apache.org/jira/browse/TAP5-2045
> Project: Tapestry 5
> Issue Type: Bug
> Affects Versions: 5.4
> Reporter: Serge Eby
> Attachments: TAP5-2045.patch
>
>
> The control-label attribute is sometimes not applicable to labels, hence
> causing my page to not properly render.
> e.g. inline checkboxes
> <label t:type="label" for="credentialsExpired" class="checkbox inline">
> <input class="checkbox" t:type="checkbox"
> value="user.credentialsExpired"
>
> t:id="credentialsExpired"/>${message:user.credentialsExpired}
> </label>
> The resulting HTML adds an extra form-control to the label class which I
> don't need in this case.
--
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