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