Hello all,

(I'm using tomahawk-1.1.9 and myfaces-impl-1.1.7)

Finally, after making my t:dataTable working, I came into this issue. The
HTML generated by the t:dataTable is rendered as expected in IE, but not in
Firefox. Here is a relevant fragment:

<!--Start: javax.faces.Data["data"]--><table id="myForm:data" border="1"
cellpadding="2" cellspacing="2" width="50%" class="scrollerTable">

    <thead>
<tr><!--Start: javax.faces.Column["_idJsp0"]-->
        <th class="standardTable_Header">timestamp</th>
        <!--Start: javax.faces.Column["_idJsp3"]-->
        <th class="standardTable_Header">uri</th>

      </tr></thead>
    
<!--Start: javax.faces.Data["data"]--><tbody id="myForm:data:tbody_element">
<tr class="standardTable_Row1">
        <td class="standardTable_Column"><!--Start:
javax.faces.Output["_idJsp2"]-->1249188848871 </td>
        <!--Start: javax.faces.Data["data"]-->
        <td class="standardTable_Column"><!--Start:
javax.faces.Output["_idJsp5"]-->http://forge.ask.com/vbulletin-3.6.5/showthread.php?t=9570162:
1</td>
      </tr>
<!--Start: javax.faces.Data["data"]--><tr class="standardTable_Row2">
        <td class="standardTable_Column"><!--Start:
javax.faces.Output["_idJsp2"]-->1249188848872 </td>

        <!--Start: javax.faces.Data["data"]-->
        <td class="standardTable_Column"><!--Start:
javax.faces.Output["_idJsp5"]-->http://forge.ask.com/vbulletin-3.6.5/showthread.php?t=9570278:
2</td>
      </tr>


And few more <tr>. Firefox seems to ignore the style attribute of the span
elements, thus td width is less than 800px, thus td with long text causes
the text to be wrapped, thus my table looks ugly :-) My question is is that
a bug in Firefox, or MyFaces generates non standard HTML?

Thanks! 
-- 
View this message in context: 
http://www.nabble.com/t%3AdataTable-looks-bad-in-Firefox-tp24775042p24775042.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to