]> source.dussan.org Git - xmlgraphics-fop.git/commit
Bugzilla #45715: Break before (break-before) not respected on blocks nested in inlines.
authorGlenn Adams <gadams@apache.org>
Fri, 4 May 2012 16:52:35 +0000 (16:52 +0000)
committerGlenn Adams <gadams@apache.org>
Fri, 4 May 2012 16:52:35 +0000 (16:52 +0000)
commit953e762e1b5dcb2cb31b6ca8a87110018c9151de
treefc54d97b0970081728049df5ec2f67787583ca8e
parent9426ed36abe7189e158116f92f607612ba432a17
Bugzilla #45715: Break before (break-before) not respected on blocks nested in inlines.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1334058 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
src/java/org/apache/fop/layoutmgr/AbstractLayoutManager.java
src/java/org/apache/fop/layoutmgr/BlockContainerLayoutManager.java
src/java/org/apache/fop/layoutmgr/BlockLayoutManager.java
src/java/org/apache/fop/layoutmgr/BlockStackingLayoutManager.java
src/java/org/apache/fop/layoutmgr/BreakOpportunity.java [new file with mode: 0644]
src/java/org/apache/fop/layoutmgr/BreakOpportunityHelper.java [new file with mode: 0644]
src/java/org/apache/fop/layoutmgr/inline/InlineLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/InlineStackingLayoutManager.java
status.xml
test/layoutengine/standard-testcases/block-break-inline-break-before.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/block-inline-break-before.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/block-inline-inline-break-before.xml [new file with mode: 0644]