aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2006-05-07 12:21:56 +0000
committerJeremias Maerki <jeremias@apache.org>2006-05-07 12:21:56 +0000
commitce3ec60e0395a82e39a0fa270606e487ddc54916 (patch)
treede9f96072fd251ceca7f6dfb49cddb933591805e /status.xml
parent7ea9a12465abfa31ac0a07a5535538ca0f04f655 (diff)
downloadxmlgraphics-fop-ce3ec60e0395a82e39a0fa270606e487ddc54916.tar.gz
xmlgraphics-fop-ce3ec60e0395a82e39a0fa270606e487ddc54916.zip
Bugzilla #39443:
Bugfix: Sections with span="all" lead to overlapping text if spanning multiple pages. Tables and list produced an illegal value for break class on normal breaks. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@404751 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index d355d2289..f27e30a18 100644
--- a/status.xml
+++ b/status.xml
@@ -27,6 +27,9 @@
<changes>
<release version="FOP Trunk">
+ <action context="Code" dev="JM" type="fix" fixes-bug="39443">
+ Bugfix: Sections with span="all" lead to overlapping text if spanning multiple pages.
+ </action>
<action context="Code" dev="MM" type="fix">
Bugfix: Percentages in vertical-align property values were not correctly handled.
</action>