You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Anand V Nath (JIRA)" <de...@myfaces.apache.org> on 2014/05/07 09:34:23 UTC

[jira] [Updated] (TRINIDAD-2472) skin properties mentioned inside client rule are getting applied

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

Anand V Nath updated TRINIDAD-2472:
-----------------------------------

    Status: Patch Available  (was: Open)

> skin properties mentioned inside client rule are getting applied
> ----------------------------------------------------------------
>
>                 Key: TRINIDAD-2472
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2472
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Skinning
>    Affects Versions: 2.1.0-core
>            Reporter: Anand V Nath
>            Priority: Minor
>         Attachments: jira-2472.patch
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.2#6252)