]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Added fixes-bug attributes for:
authorVincent Hennebert <vhennebert@apache.org>
Thu, 29 Nov 2007 18:31:13 +0000 (18:31 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Thu, 29 Nov 2007 18:31:13 +0000 (18:31 +0000)
- 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

status.xml

index 2eff194100b9231d0c847ec310afe43d44ed9597..6e165d9981f52b14e8a738d308371a9ad39d1189 100644 (file)
@@ -44,7 +44,7 @@
         Memory Leak fixed in the Property Cache. Fixed by Jeremias Maerki. Reported and Tested By
         Chris Bowditch.
       </action>
-      <action context="Code" dev="VH" type="fix">
+      <action context="Code" dev="VH" type="fix" fixes-bug="43712">
         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).
       </action>
-      <action context="Code" dev="VH" type="fix">
+      <action context="Code" dev="VH" type="fix" fixes-bug="42768">
         Fixed the resolution of border-end on cells spanning several rows.
       </action>
       <action context="Code" dev="JM" type="fix" fixes-bug="43835" due-to="David Churavy">