3 Replies Latest reply on Apr 27, 2011 6:06 AM by mp911de

    [rich:dataTable] Bug with CSS

    olivetti

      We use in our application RichFaces 3.3.3 and we have a problem, with CSS, while skinning <rich:dataTable>.

      Bug IE6 tableau.png

      It occurs with Internet Explorer 6.

       

      There is no border between <thead> and <tbody> as shown follow :

      Bug IE6 tableau2.png

      You have the same problem online :

      http://livedemo.exadel.com/richfaces-demo/richfaces/dataTable.jsf?tab=modifiableDataModel&cid=213834

       

      But, the header, having a background-color, it appears acceptable...

       

       

      <rich:dataTable id="cDt" var="chargeClientele" value="#{rechercherChargeClienteleAction.dataModel}"

             rows="#{rechercherChargeClienteleAction.pageSize}"

             rowClasses="rich-table-cell-impair, rich-table-cell-pair"

             >

       

                  <rich:column styleClass="left" headerClass="left" width="">

                      <f:facet name="header">

                          <h:outputText value="#{messages['chargeClientele.nom.label']}" />

                      </f:facet>

                      <h:outputText value="#{chargeClientele.nom}"/>

                  </rich:column>

      ...

       

      Did you know the problem ? Have you ever fixed it ?

       

      Regards.