[
https://issues.apache.org/jira/browse/ADFFACES-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Weßendorf updated ADFFACES-19:
---------------------------------------
Fix Version/s: 1.0.0-incubating-core
Affects Version/s: 1.0.0-incubating-core
> SKINNING: Selector is skipped if there is a space immediately after the open
> brace.
> -----------------------------------------------------------------------------------
>
> Key: ADFFACES-19
> URL: https://issues.apache.org/jira/browse/ADFFACES-19
> Project: MyFaces ADF-Faces
> Issue Type: Bug
> Affects Versions: 1.0.0-incubating-core
> Reporter: Jeanne Waldman
> Assigned To: Matthias Weßendorf
> Priority: Minor
> Fix For: 1.0.0-incubating-core
>
>
> To reproduce, go the the purpleSkin.css file and add a selector and
> properties like this:
> .SomeSelector
> {
> font-size: 10pt;
> color: red;
> }
> When you run any component demo, you should be able to look at the generated
> css file and see this selector. This is the expected result.
> However, if you put a ' ' (a space) after the opening {, you won't see this
> selector in the generated css file. This is the actual result, and the bug.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.