]> source.dussan.org Git - xmlgraphics-fop.git/commit
Bugfix for layout of block-containers with fixed BPD. They weren't properly broken...
authorJeremias Maerki <jeremias@apache.org>
Wed, 26 Jan 2005 15:00:04 +0000 (15:00 +0000)
committerJeremias Maerki <jeremias@apache.org>
Wed, 26 Jan 2005 15:00:04 +0000 (15:00 +0000)
commit1a9a4db0fc6f094cf2fea6ab6f5a4a594817f896
treec0da3fbbc0aee269bec010f8ac69ea451730fad0
parent4da85b8ab38e148871f6bd386db05991cf0a8da5
Bugfix for layout of block-containers with fixed BPD. They weren't properly broken over to the next page if they didn't fit.
If autoHeight is false, the whole block-container is considered a non-breakable block. Seems to match the behaviour of other implementations but I still haven't found the right place in the spec.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198322 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/layoutmgr/BlockContainerLayoutManager.java