You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Andrew Robinson (JIRA)" <de...@myfaces.apache.org> on 2008/01/25 20:15:38 UTC

[jira] Commented: (TRINIDAD-920) Skin compressor drops some skin selectors

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

Andrew Robinson commented on TRINIDAD-920:
------------------------------------------

af|decorativeBox::bottom[_afrTest="test"],
af|decorativeBox::bottom:hover[_afrTest="test"],
af|decorativeBox::bottom:rtl[_afrTest="test"],
af|decorativeBox::bottom:rtl:hover[_afrTest="test"] {
  color: green;
}

Of these the first one is dropped

> Skin compressor drops some skin selectors
> -----------------------------------------
>
>                 Key: TRINIDAD-920
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-920
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.2.5-core
>            Reporter: Andrew Robinson
>            Priority: Blocker
>
> CSS styles using attribute selectors are sometimes dropped by the skin compressor
> In my code the following selector is not showing up after compression (disabling compression is a work around)
> af|decorativeBox::top-start[_afrTheme="dark"] { ... }
> This is a valid CSS selector style. This seems work though:
> af|decorativeBox::top-start:rtl[_afrTheme="dark"] { ... }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.