aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2006-02-09 08:54:06 +0000
committerJeremias Maerki <jeremias@apache.org>2006-02-09 08:54:06 +0000
commit88879d05069e6d5fff9da743bd08f77d3a883f22 (patch)
treeebd124d6cc3fd309399229b91ec0e6b2e3e92ad4 /status.xml
parent3606df4b663e7b7189a625efeec89974eed5c41d (diff)
downloadxmlgraphics-fop-88879d05069e6d5fff9da743bd08f77d3a883f22.tar.gz
xmlgraphics-fop-88879d05069e6d5fff9da743bd08f77d3a883f22.zip
Bugfix: padding-top and padding-bottom on list-items could lead to wrong page break decisions and thus to overlapping text.
Bugfix: break-before and break-after were ignored on list-items. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@376226 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index 1c82a06bc..89aa4492c 100644
--- a/status.xml
+++ b/status.xml
@@ -27,6 +27,13 @@
<changes>
<release version="FOP Trunk">
+ <action context="Code" dev="JM" type="fix">
+ Bugfix: padding-top and padding-bottom on list-items could lead to wrong page
+ break decisions and thus to overlapping text.
+ </action>
+ <action context="Code" dev="JM" type="fix">
+ Bugfix: break-before and break-after were ignored on list-items.
+ </action>
<action context="Code" dev="LF" type="fix" fixes-bug="38507">
Bugfix: The elements representing a non-breaking space weren't always correct.
</action>