[
https://issues.apache.org/jira/browse/TRINIDAD-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13836743#comment-13836743
]
Jeanne Waldman commented on TRINIDAD-2428:
------------------------------------------
Sending content: C:\Trinidad\Trunk3\src\site\xdoc\devguide\skinning.xml
Sending content:
C:\Trinidad\Trunk3\trinidad-impl\src\main\java\org\apache\myfaces\trinidadinternal\style\xml\parse\StyleSheetNode.java
Completed: At revision: 1547128
> 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)