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

2013-12-02 Thread Jeanne Waldman (JIRA)

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

Jeanne Waldman updated TRINIDAD-2428:
-

Resolution: Fixed
Status: Resolved  (was: Patch Available)

 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
Assignee: Jeanne Waldman
 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)


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

2013-11-25 Thread Anand V Nath (JIRA)

 [ 
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)