Skinning: Comment inside a selector in skin css generates invalid style.
------------------------------------------------------------------------
Key: ADFFACES-20
URL: http://issues.apache.org/jira/browse/ADFFACES-20
Project: MyFaces ADF-Faces
Type: Bug
Reporter: Jeanne Waldman
If you have a comment in the skinning .css file like this:
* html .DemoStatusPriority {
/* some comment */
background-image: url('images/warning.gif');
}
The generated CSS file contained the following output:
.DemoStatusNotPriority,background-image: url('images/warning.xak
}
Removing the comment makes the problem go away.
--
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