]> source.dussan.org Git - xmlgraphics-fop.git/commit
Bugfix: tables nested in inline elements caused a NullPointerException.
authorJeremias Maerki <jeremias@apache.org>
Mon, 15 May 2006 09:59:59 +0000 (09:59 +0000)
committerJeremias Maerki <jeremias@apache.org>
Mon, 15 May 2006 09:59:59 +0000 (09:59 +0000)
commitc5f8b9642c009eb912a9543ae27a879c5e9a8b72
treecccaa96c13b73016b966434a36337010e4169977
parent0af60bb3783baacbef97cbf7eb7f67fbe9896841
Bugfix: tables nested in inline elements caused a NullPointerException.
Furthermore, keep-together handling was not appropriate when a table is nested in an inline (fixes a ClassCastException).
Finally, TableContentPosition did not indicate that it generates area which made them be ignored by the InlineLM.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@406596 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java
src/java/org/apache/fop/layoutmgr/table/TableLayoutManager.java
status.xml
test/layoutengine/standard-testcases/inline_table_nested_1.xml [new file with mode: 0644]