2 Replies Latest reply on Jul 3, 2012 9:43 AM by sansaric

    rich:extendedDataTable looses horizontal scrollbar when re-rendered using RichFaces 4.2.2 Final but fine in 4.2.0 Final

    sansaric

      I recently attempted to update from RichFaces 4.2.0 Final to 4.2.2 Final and experienced a problem with the rich:extendedDataTable horizontal scrollbar. My table has a static witdth defined with the and enough columns to cause the horizontal scrollbar to be displayed. After re-rendering the table in RichFaces 4.2.2 Final, the scrollbar disappears. This behavior does NOT occur in 4.2.0 Final. Is this a bug ?

       

      I use the style property to define the table width and height as follows:

      <rich:extendedDataTable

      .......

            style="height:700px; width:1850px"

           frozenColumns="3"

      ..........

      >

       

      Thanks in advance for your help,

       

      Marc