You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Scott O'Bryan (JIRA)" <de...@myfaces.apache.org> on 2013/11/14 18:43:20 UTC

[jira] [Commented] (TRINIDAD-2414) non namespaced selectors are getting compressed with skin compression turned on

    [ https://issues.apache.org/jira/browse/TRINIDAD-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13822658#comment-13822658 ] 

Scott O'Bryan commented on TRINIDAD-2414:
-----------------------------------------

Anand, what is the status of this bug?


> non namespaced selectors are getting compressed with skin compression turned on
> -------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-2414
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2414
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Skinning
>    Affects Versions: 2.1.0-core
>            Reporter: Anand V Nath
>            Assignee: Scott O'Bryan
>         Attachments: jira-2414.patch
>
>
> Selectors such as:
> .AFSelector { ... }
> was getting rendered in both compressed and uncompressed way with compression turned on.
> But this was not happening for
> .AFSelector af|foo { ... }
> af|foo.AFSelector { ... }
> This was rendered as compressed with compression turned on. 
> The solution is to render the non namespaced selectors only in un compressed format.



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