From: Vincent Hennebert Date: Thu, 29 Nov 2007 18:31:13 +0000 (+0000) Subject: Added fixes-bug attributes for: X-Git-Tag: fop-0_95beta~260 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=06cc9812b1ef6033640d63fbc61561d8f8e0e734;p=xmlgraphics-fop.git Added fixes-bug attributes for: - wrong element generation in table when glues are produced - border-resolution on row-spanning cells git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@599536 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/status.xml b/status.xml index 2eff19410..6e165d998 100644 --- a/status.xml +++ b/status.xml @@ -44,7 +44,7 @@ Memory Leak fixed in the Property Cache. Fixed by Jeremias Maerki. Reported and Tested By Chris Bowditch. - + Bugfix in tables: wrong element generation by the merging algorithm when glues must be produced to cope with conditional spaces. The corresponding length was added twice: one in the glue itself and one in the following box. @@ -74,7 +74,7 @@ Fixed the resolution of borders with table-columns (border-before/after was wrongly applied to every cell of the column). - + Fixed the resolution of border-end on cells spanning several rows.