[ http://issues.apache.org/jira/browse/ADFFACES-136?page=comments#action_12428493 ] Jeanne Waldman commented on ADFFACES-136: -----------------------------------------
fixed in CssGenerationUtils.java. it was a simple fix. > skinning css generator fails to generate "af|foo::pseudo-element.StyleClass" > css style correctly > ------------------------------------------------------------------------------------------------- > > Key: ADFFACES-136 > URL: http://issues.apache.org/jira/browse/ADFFACES-136 > Project: MyFaces ADF-Faces > Issue Type: Bug > Reporter: Jeanne Waldman > > af|tahoe::pseudo-element.StyleClass should generate: > .af_tahoe_pseudo-element.StyleClass in the generated css. > Instead it generates > .af_tahoe .af_tahoe_pseudo-element_pseudo-element.StyleClass > This is a minor bug, because a skinner would probably never do this. But as a > workaround until we have a solution for pseudo-classes that denote component > state, we should be able to define a skinning key like this and have it work. > af|inputDate::day-cell:selected -> we could write for now > af|inputDate::day-cell.p_AFSelected to test it when this bug is fixed. -- 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
