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