Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
None
-
None
-
None
-
Tested on Windows XP, IE 6.0 - nightly build from Sep. 7, 2005
Description
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.