Anton Bogoslavskyi created RF-13366:
---------------------------------------

             Summary: ExtendedDataTable: footer is in the middle of the control 
if the height is constant
                 Key: RF-13366
                 URL: https://issues.jboss.org/browse/RF-13366
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-tables
    Affects Versions: 4.3.3
            Reporter: Anton Bogoslavskyi


Reproduce:
Define class and assign it to your extendedDataTable:
.table_style {
    height: 500px;
}

Prepare the test data to have minimum rows (not fill the whole table with data).

Expected:
Table height is 500px. Footer is on the bottom of the table and won't change 
place when rows amount changes.
The whitespace is between the last row and the footer

Actual:
Table height is 500px. Footer is right under the last row and jumps each time 
the amount of rows changes.
The whitespace is under the footer and surrounded by the table border.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to