[ http://issues.apache.org/jira/browse/ADFFACES-19?page=comments#action_12415613 ]
Jeanne Waldman commented on ADFFACES-19: ---------------------------------------- The patch to ADFFACES-20 fixes this problem as well, since they are in the same file, SkinCSSParser.java. This fix involved changing the parser to pass through to the default switch statement when we are within a left brace, which means we are in the properties of a selector. > SKINNING: Selector is skipped if there is a space immediately after the open > brace. > ----------------------------------------------------------------------------------- > > Key: ADFFACES-19 > URL: http://issues.apache.org/jira/browse/ADFFACES-19 > Project: MyFaces ADF-Faces > Type: Bug > Reporter: Jeanne Waldman > Priority: Minor > > 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. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
