[
https://issues.apache.org/jira/browse/ADFFACES-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Weßendorf updated ADFFACES-218:
----------------------------------------
Fix Version/s: 1.0.0-incubating-core
Affects Version/s: 1.0.0-incubating-core
> af|inputText:disabled.AFFieldNumberMarker af|inputText::content does not work
> because of shortening code
> --------------------------------------------------------------------------------------------------------
>
> Key: ADFFACES-218
> URL: https://issues.apache.org/jira/browse/ADFFACES-218
> Project: MyFaces ADF-Faces
> Issue Type: Bug
> Components: Skinning
> Affects Versions: 1.0.0-incubating-core
> Reporter: Jeanne Waldman
> Assigned To: Jeanne Waldman
> Fix For: 1.0.0-incubating-core
>
>
> There are a couple of bugs I found in the styleclass shortening code. Here is
> an example:
> af|inputText:disabled.AFFieldNumberMarker af|inputText::content
> gets generated to this:
> .af_inputText.p_AFDisabled.AFFieldNumberMarker
> .af_inputText_content,.x1b.p_AFDisabled.AFFieldNumberMarker .x1m
> it should get generated to this:
> .af_inputText.p_AFDisabled.AFFieldNumberMarker
> .af_inputText_content,.x1b.p_AFDisabled.x25 .x1m
> Another example:
> .sun.moon gets shortened to one styleclass, like .x55, it should get
> shortened to something like .x55.x45
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.