You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Jeanne Waldman (JIRA)" <de...@myfaces.apache.org> on 2010/12/17 02:45:01 UTC

[jira] Created: (TRINIDAD-1984) -tr-property-ref does not work when there is a space after comma

-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.