[ http://issues.apache.org/jira/browse/ADFFACES-206?page=comments#action_12439332 ] Jeanne Waldman commented on ADFFACES-206: -----------------------------------------
Well, the above is not exactly true. class="foo" alone does not get styled at all in IE. It is more like it interprets .foo.p_AFDisabled as: .foo.p_AFDisabled, .p_AFDisabled > CSS 2 composite selector is not supported in MSIE 6 > --------------------------------------------------- > > Key: ADFFACES-206 > URL: http://issues.apache.org/jira/browse/ADFFACES-206 > Project: MyFaces ADF-Faces > Issue Type: Bug > Components: Skinning > Environment: Microsoft Internet Explorer 6 (and most likely older > versions as well) > Reporter: Simon Lessard > > Microsoft Internet Explorer 6 does not support CSS 2 composite selectors, > e.g. ".someClass.anotherClass". However, the skinning engine uses those for > states mainly. For example, af|component:myState will be parsed to > .af_component.p_AFMyState in the generated CSS and the renderer will add both > classes on the component. > MSIE 6 only evaluate the latest class in the classe list when evaluating > composite selector which has very bad results for some component. -- 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
