]> source.dussan.org Git - xmlgraphics-fop.git/commit
Bugfix: padding-top and padding-bottom on list-items could lead to wrong page break...
authorJeremias Maerki <jeremias@apache.org>
Thu, 9 Feb 2006 08:54:06 +0000 (08:54 +0000)
committerJeremias Maerki <jeremias@apache.org>
Thu, 9 Feb 2006 08:54:06 +0000 (08:54 +0000)
commit88879d05069e6d5fff9da743bd08f77d3a883f22
treeebd124d6cc3fd309399229b91ec0e6b2e3e92ad4
parent3606df4b663e7b7189a625efeec89974eed5c41d
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
src/java/org/apache/fop/layoutmgr/BlockStackingLayoutManager.java
src/java/org/apache/fop/layoutmgr/list/ListItemLayoutManager.java
status.xml
test/layoutengine/standard-testcases/list-item_break-before_break-after.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/list-item_padding.xml [new file with mode: 0644]