-tr-property-ref does not work when there is a space after comma
----------------------------------------------------------------
Key: TRINIDAD-1984
URL: https://issues.apache.org/jira/browse/TRINIDAD-1984
Project: MyFaces Trinidad
Issue Type: Bug
Components: Skinning
Reporter: Jeanne Waldman
Priority: Minor
.AFTestBackgroundColor:alias {background-color:
-tr-property-ref(".AFTestForegroundColor:alias","color")} works
.AFTestBackgroundColor:alias {background-color:
-tr-property-ref(".AFTestForegroundColor:alias", "color")} does not work. (the
difference is the space before "color")
test case. buttons should be yellow. If there is a space before "color", it
still should be yellow.
@mode standards
{
af|commandButton
{
max-width: 100px;
background-color: -tr-property-ref(".AFTestBackgroundColor:alias");
font-style: -tr-property-ref("af|foo");
}
}
/* test the new include property functionality */
.AFTestForegroundColor:alias {color: yellow; font-style:italic;}
.AFTestBackgroundColor:alias {background-color:
-tr-property-ref(".AFTestForegroundColor:alias","color")}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.