diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-05-07 12:21:56 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-05-07 12:21:56 +0000 |
commit | ce3ec60e0395a82e39a0fa270606e487ddc54916 (patch) | |
tree | de9f96072fd251ceca7f6dfb49cddb933591805e /status.xml | |
parent | 7ea9a12465abfa31ac0a07a5535538ca0f04f655 (diff) | |
download | xmlgraphics-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.xml | 3 |
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> |