aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2005-12-08 14:55:53 +0000
committerJeremias Maerki <jeremias@apache.org>2005-12-08 14:55:53 +0000
commit2f6fb03daf340a5a120dd9ed807f5ef3e04f8618 (patch)
tree8cf9937edf198a067b1e2e23ee60f3545e734a44 /status.xml
parent26df5d3099cf61227665a120fd55c4d5461265c7 (diff)
downloadxmlgraphics-fop-2f6fb03daf340a5a120dd9ed807f5ef3e04f8618.tar.gz
xmlgraphics-fop-2f6fb03daf340a5a120dd9ed807f5ef3e04f8618.zip
Bugfix: Areas for table-cells that are broken over more than one page are now generated even if all its content is already painted on a previous page. This fixes strange effects like a table grid that is not completely painted.
Some check in the test cases had to be adjusted because the indices weren't correct anymore, since now some previously missing areas are generated. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@355105 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index 8f1584344..336490417 100644
--- a/status.xml
+++ b/status.xml
@@ -27,6 +27,11 @@
<changes>
<release version="FOP Trunk">
+ <action context="Code" dev="JM" type="fix">
+ Bugfix: Areas for table-cells that are broken over more than one page are now
+ generated even if all its content is already painted on a previous page. This
+ fixes strange effects like a table grid that is not completely painted.
+ </action>
<action context="Code" dev="JM" type="fix" fixes-bug="37828">
Bugfix: Column balancing produced strange break decisions in certain multi-column
documents with large amounts of text.