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 2013/11/25 10:35:37 UTC

[jira] [Updated] (TRINIDAD-2428) rtl styles are getting overriden by non rtl styles

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

Anand V Nath updated TRINIDAD-2428:
-----------------------------------

    Status: Patch Available  (was: Open)

> rtl styles are getting overriden by non rtl styles
> --------------------------------------------------
>
>                 Key: TRINIDAD-2428
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2428
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Skinning
>    Affects Versions: 2.1.0-core
>            Reporter: Anand V Nath
>             Fix For: 2.1.1-core
>
>         Attachments: jira2428.patch
>
>
> Consider the following selectors in a skin
> af|foo:rtl 
> {
>   color: red;
> }
> af|foo
> {
>   color: blue;
> }
> With trinidad-config containing the right-to-left configuration, the selector that gets applied is 
> af|foo
> {
>   color: blue;
> }
> This is wrong. The rtl specific style should get applied.



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

[Commit Request] (TRINIDAD-2428) rtl styles are getting overriden by non rtl styles

Posted by "Anand V. Nath" <an...@oracle.com>.
Hello,

Can some body review and commit the patch for TRINIDAD-2428.

Thanks
Anand
On 11/25/2013 3:05 PM, Anand V Nath (JIRA) wrote:
>       [ https://issues.apache.org/jira/browse/TRINIDAD-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Anand V Nath updated TRINIDAD-2428:
> -----------------------------------
>
>      Status: Patch Available  (was: Open)
>
>> rtl styles are getting overriden by non rtl styles
>> --------------------------------------------------
>>
>>                  Key: TRINIDAD-2428
>>                  URL: https://issues.apache.org/jira/browse/TRINIDAD-2428
>>              Project: MyFaces Trinidad
>>           Issue Type: Bug
>>           Components: Skinning
>>     Affects Versions: 2.1.0-core
>>             Reporter: Anand V Nath
>>              Fix For: 2.1.1-core
>>
>>          Attachments: jira2428.patch
>>
>>
>> Consider the following selectors in a skin
>> af|foo:rtl
>> {
>>    color: red;
>> }
>> af|foo
>> {
>>    color: blue;
>> }
>> With trinidad-config containing the right-to-left configuration, the selector that gets applied is
>> af|foo
>> {
>>    color: blue;
>> }
>> This is wrong. The rtl specific style should get applied.
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.1#6144)