[ http://issues.apache.org/jira/browse/MYFACES-547?page=comments#action_12329612 ]
Martin Marinschek commented on MYFACES-547: ------------------------------------------- Yes - as the class attribute is correctly set on the <table> element, I wouldn't know what else the component could do more. You will need to find a way to get your style to display both in IE and Firefox. It might even be a bug in IE that your style shows up there, as IE is not always the one following the HTML specs properly. > Firefox fails to render autoUpdateDataTable styles specified by the > rowClasses attribute > ---------------------------------------------------------------------------------------- > > Key: MYFACES-547 > URL: http://issues.apache.org/jira/browse/MYFACES-547 > Project: MyFaces > Type: Bug > Components: Sandbox > Versions: Nightly Build > Environment: Tested on Windows XP, IE 6.0 - nightly build from Sep. 7, 2005 > Reporter: Sh Ma > Assignee: Martin Marinschek > Priority: Minor > Fix For: Nightly Build > > CSS styles specified by using the rowClasses attribute are not displayed. > For example, I have something like: > <x:autoUpdateDataTable rowClasses="oddRow,evenRow" ... > Although both oddRow and evenRow are specified in the rendered HTML - for > example: > <tr class="oddRow">... > ...Firefox doesn't render the rows according to the specified CSS style. -- 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
