aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2008-03-10 10:06:37 +0000
committerJeremias Maerki <jeremias@apache.org>2008-03-10 10:06:37 +0000
commit8bf1daae93a7cf5459835211fa3b5f6429b6b644 (patch)
tree856f564ce521befda90376eab3da5003621c0767 /status.xml
parenta50c4b9642d47a11f3fc288c2d714feeec69fd61 (diff)
downloadxmlgraphics-fop-8bf1daae93a7cf5459835211fa3b5f6429b6b644.tar.gz
xmlgraphics-fop-8bf1daae93a7cf5459835211fa3b5f6429b6b644.zip
Fixed NPE in BlockContainerLayoutManager when used as a child of an inline-level FO. Split IP and BP stack limits in LayoutContext (there's now a certain amount of redundancy with "refIPD" in LayoutContext which I didn't resolve).
Areas are now generated for block-level FOs when used as children of inline-level FOs. ClassCastException in ListLayoutManager.mustKeepTogether() fixed (occured if used as child of an inline-level FO). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@635508 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index 594b113e1..34307f721 100644
--- a/status.xml
+++ b/status.xml
@@ -94,6 +94,10 @@
</p>
</section>
</notes>
+ <action context="Layout" dev="JM" type="fix">
+ Fixed exceptions when lists, tables or block-container are children of an inline-level
+ FO.
+ </action>
<action context="Layout" dev="VH" type="add" importance="high">
Added support for background on fo:table-column and fo:table-header/footer/body elements.
</action>