[
https://issues.apache.org/jira/browse/TRINIDAD-920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Robinson resolved TRINIDAD-920.
--------------------------------------
Resolution: Fixed
Fix Version/s: 1.2.6-core
1.0.6-core
Applied fix to 1.0.6, 1.2.6 and 1.2.5.1
Added '[' as a separator char that the code did not consider before
> 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
> Assignee: Andrew Robinson
> Priority: Blocker
> Fix For: 1.0.6-core, 1.2.6-core
>
>
> 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.