Uploaded image for project: 'MyFaces Trinidad'
  1. MyFaces Trinidad
  2. TRINIDAD-2268

-tr-property-ref replacement needs to work with gradient settings

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.2.12-core
    • 2.1.0-core
    • Skinning
    • None
    • This is needed in 1.2.12.6.2 and other current versions

    Description

      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%);

      Attachments

        1. TRINIDAD-2268_over_trunk.patch
          36 kB
          Prakash Udupa
        2. TRINIDAD-2268_over_trunk_part2.patch
          6 kB
          Prakash Udupa

        Activity

          People

            jeanne.waldman@oracle.com Jeanne Waldman
            daverobinson Dave Robinson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: