diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-05-15 09:59:59 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-05-15 09:59:59 +0000 |
commit | c5f8b9642c009eb912a9543ae27a879c5e9a8b72 (patch) | |
tree | cccaa96c13b73016b966434a36337010e4169977 /status.xml | |
parent | 0af60bb3783baacbef97cbf7eb7f67fbe9896841 (diff) | |
download | xmlgraphics-fop-c5f8b9642c009eb912a9543ae27a879c5e9a8b72.tar.gz xmlgraphics-fop-c5f8b9642c009eb912a9543ae27a879c5e9a8b72.zip |
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
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/status.xml b/status.xml index c2f835f65..6eeebfe14 100644 --- a/status.xml +++ b/status.xml @@ -27,6 +27,9 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="fix" fixes-bug="39443"> + Bugfix: tables nested in inline elements caused a NullPointerException. + </action> <action context="Code" dev="JM" type="update"> The default sRGB color profile provided by the Java class library is no longer embedded if it is encountered. This should reduce the PDF size considerably. |