You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Scott O'Bryan (JIRA)" <de...@myfaces.apache.org> on 2013/11/14 23:21:21 UTC

[jira] [Updated] (TRINIDAD-2268) -tr-property-ref replacement needs to work with gradient settings

     [ https://issues.apache.org/jira/browse/TRINIDAD-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott O'Bryan updated TRINIDAD-2268:
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.0-core
         Assignee: Jeanne Waldman
           Status: Resolved  (was: Patch Available)

r1359778 | jwaldman | 2012-07-10 16:53:21 +0000 | 3 lines
Changed paths:
   D /myfaces/trinidad/trunk/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/style/xml/parse/IncludeCompactPropertyNode.java

TRINIDAD-2268 -tr-property-ref replacement needs to work with gradient settings
This commit removes the class IncludeCompactPropertyNode
thanks to Prakash Udupa for the patch


> -tr-property-ref replacement needs to work with gradient settings
> -----------------------------------------------------------------
>
>                 Key: TRINIDAD-2268
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2268
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Skinning
>    Affects Versions:  1.2.12-core
>         Environment: This is needed in 1.2.12.6.2 and other current versions
>            Reporter: Dave Robinson
>            Assignee: Jeanne Waldman
>             Fix For: 2.1.0-core
>
>         Attachments: TRINIDAD-2268_over_trunk.patch, TRINIDAD-2268_over_trunk_part2.patch
>
>
> We need to be able to use -tr-property-ref to do color replacements for color gradient assignments, like the following (showing examples for all browsers):
>   background: linear-gradient(top, #cce2f6 0%, #b1d2f2 100%); 
>     background: -moz-linear-gradient(top, #cce2f6 0%, #b1d2f2 100%);
>     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cce2f6), color-stop(100%,#b1d2f2));
>     background: -webkit-linear-gradient(top, #cce2f6 0%, #b1d2f2 100%);
>     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce2f6', endColorstr='#b1d2f2',GradientType=0 );
>     background: -ms-linear-gradient(top, #cce2f6 0%, #b1d2f2 100%);



--
This message was sent by Atlassian JIRA
(v6.1#6144)