You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Jeanne Waldman (JIRA)" <ad...@incubator.apache.org> on 2006/10/05 17:04:20 UTC

[jira] Resolved: (ADFFACES-218) af|inputText:disabled.AFFieldNumberMarker af|inputText::content does not work because of shortening code

     [ http://issues.apache.org/jira/browse/ADFFACES-218?page=all ]

Jeanne Waldman resolved ADFFACES-218.
-------------------------------------

    Resolution: Fixed

checked in a fix in CSSGenerationUtils.java. svn rev 453085

> af|inputText:disabled.AFFieldNumberMarker af|inputText::content does not work because of shortening code
> --------------------------------------------------------------------------------------------------------
>
>                 Key: ADFFACES-218
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-218
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>          Components: Skinning
>            Reporter: Jeanne Waldman
>         Assigned To: Jeanne Waldman
>
> 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.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira