diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2007-11-29 18:31:13 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2007-11-29 18:31:13 +0000 |
commit | 06cc9812b1ef6033640d63fbc61561d8f8e0e734 (patch) | |
tree | b8bc3798262a1b8bf985ba32fa8449299f046972 | |
parent | ed5ae377e68e9dcbb849241bf6f2be18fd08ea83 (diff) | |
download | xmlgraphics-fop-06cc9812b1ef6033640d63fbc61561d8f8e0e734.tar.gz xmlgraphics-fop-06cc9812b1ef6033640d63fbc61561d8f8e0e734.zip |
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
-rw-r--r-- | status.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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. </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"> |