You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Ron Haberle (JIRA)" <de...@myfaces.apache.org> on 2006/09/13 19:51:22 UTC

[jira] Created: (TOMAHAWK-670) Datatable renders poorly formatted HTML when dataScroller is used.

Datatable renders poorly formatted HTML when dataScroller is used.
------------------------------------------------------------------

                 Key: TOMAHAWK-670
                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-670
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: Extended Datatable
    Affects Versions: 1.1.3
         Environment: Window XP Profession, JBoss-4.0.4
            Reporter: Ron Haberle
            Priority: Minor


When using the dataScroller with a Datatable, the last page renders an opening <TR> tag before the closing </TBODY> tag, causing FireFox to render sloppy CSS styles on the last row in the table...

[START HTML FRAGMENT]
<tbody id="_id20:data:tbody_element">
  <tr class="rowColor_1">
    <td class="left_align">
      <a id="_id20:data:8:participantRowEdit_" name="_id20:data:8:participantRowEdit_" href="edit.xhtml?id=900"><span class="user_link">user9fname user9lname</span></a>
     </td>
    <td class="center_align"><a id="_id20:data:8:participantRowEdit_" name="_id20:data:8:participantRowEdit_" href="edit.xhtml?id=900">user9</a></td><td class="center_align">pass9</td></tr>

<tr class="rowColor_2"></tbody></table>

[END HTML FRAGMENT]


NOTICE: <tr class="rowColor_2"></tbody></table>

This <TR> tag should NOT be rendered. FireFox hates it, IE doesn't care.



-- 
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