[
https://issues.apache.org/jira/browse/ADFFACES-196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Weßendorf updated ADFFACES-196:
----------------------------------------
Fix Version/s: 1.0.0-incubating-core
Affects Version/s: 1.0.0-incubating-core
> Allow using of compression (of names) for user suplied CSS class names
> ----------------------------------------------------------------------
>
> Key: ADFFACES-196
> URL: https://issues.apache.org/jira/browse/ADFFACES-196
> Project: MyFaces ADF-Faces
> Issue Type: Bug
> Affects Versions: 1.0.0-incubating-core
> Reporter: Martin Koci
> Assigned To: Adam Winer
> Fix For: 1.0.0-incubating-core
>
> Attachments: FormInputRenderer.java.patch
>
>
> For now if user supplied CSS class names in styleClass attribute it works as
> following:
> styleClass="styleClass1" - output in HTML is "x1n" (for example)
> styleClass="styleClass1 styleClass2" - output is "styleClass1 styleClass2"
> Problem is in FormInputRenderer.renderRootDomElementStyles - this method
> should split styleClass values and pass it in renderStyleClasses.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.