diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2007-11-20 16:07:32 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2007-11-20 16:07:32 +0000 |
commit | 22cdf131f207ff063f84622d9f8054b68b9c5f6b (patch) | |
tree | 719bbdfba39bd1065f78c86b48081efe6e38b745 /status.xml | |
parent | c363ede82375f42cd09c6ded9c89041774085ba4 (diff) | |
download | xmlgraphics-fop-22cdf131f207ff063f84622d9f8054b68b9c5f6b.tar.gz xmlgraphics-fop-22cdf131f207ff063f84622d9f8054b68b9c5f6b.zip |
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.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@596727 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/status.xml b/status.xml index 3e4ad4b55..907487123 100644 --- a/status.xml +++ b/status.xml @@ -28,6 +28,11 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="VH" type="fix"> + 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. + </action> <action context="Code" dev="JM" type="fix"> Bugfix for URI resolution: Make StreamSources without system identifier work again. </action> @@ -35,8 +40,8 @@ Avoid a NullPointerException in AreaTreeHandler.endDocument(). </action> <action context="Code" dev="VH" type="fix" fixes-bug="43766"> - Bugfix: breaks generated by the merging algorithm for a table-row containing empty cells had always a - penalty of 900. + Bugfix: breaks generated by the merging algorithm for a table-row containing empty cells + had always a penalty of 900. </action> <action context="Code" dev="JM" type="add" fixes-bug="43605" due-to="V. Schappert"> Added methods for fo:page-number-citation(-last) in FOEventHandler. |