-tr-property-ref with spaces doesn't work
-----------------------------------------
Key: TRINIDAD-1924
URL: https://issues.apache.org/jira/browse/TRINIDAD-1924
Project: MyFaces Trinidad
Issue Type: Bug
Components: Skinning
Reporter: Jeanne Waldman
I created a -tr-property-ref rule that had spaces and it didn't take effect.
When I removed the spaces, then it worked.
border-color:
-tr-property-ref(".AFDatePickerHeader:alias","background-color"); // works
border-color: -tr-property-ref(".AFDatePickerHeader:alias",
"background-color" ); //doesn't work.
I would expect whitespaces to be stripped out.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.