]> source.dussan.org Git - xmlgraphics-fop.git/commit
Bugfix: getMaxRemainingHeight() was not very accurate and resulted in wrong element...
authorJeremias Maerki <jeremias@apache.org>
Tue, 31 May 2005 12:46:14 +0000 (12:46 +0000)
committerJeremias Maerki <jeremias@apache.org>
Tue, 31 May 2005 12:46:14 +0000 (12:46 +0000)
commitf5da026f4d2e29b47417440bbfcb12424850c46b
treee1f930de91f3df207023f59054cf490e2c472403
parent4fb32017114efe765a5ebd3645471fe374a3512d
Bugfix: getMaxRemainingHeight() was not very accurate and resulted in wrong element lists. Mostly problems with calculations when row spans are involved.
Bugfix: rows that are dynamically created by a row span are now correctly handled.
Bugfix: Proper reset of variables for empty grid units during the stepping process.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198706 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/layoutmgr/table/TableRowIterator.java
src/java/org/apache/fop/layoutmgr/table/TableStepper.java