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

skin properties mentioned inside client rule are getting applied

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.1.0-core
    • 2.1.1-core
    • Skinning
    • None

    Description

      The bug is that, if there is a skin property such as:

      af|breadCrumbs {
      -tr-show-last-item: false;
      }

      and the same is mentioned inside a client rule such as:

      @media screen and (max-width:1680px) {
      af|breadCrumbs

      { -tr-show-last-item: false; }

      }

      then the value of the skin property last mentioned is always taken.

      Skin properties are server side stuff and we do not render it into the generated CSS. We also do not parse / apply client
      rules in server side. Therefore the skin property which is not inside any client rule should always win.

      Attachments

        1. jira-2472.patch
          0.9 kB
          Anand V Nath

        Activity

          People

            Unassigned Unassigned
            anand.v.nath@oracle.com Anand V Nath
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: