diff options
author | Jeremias Maerki <jeremias@apache.org> | 2008-01-22 14:02:27 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2008-01-22 14:02:27 +0000 |
commit | 449a0d0764f7269b5924f7b7822b67409386cdda (patch) | |
tree | c76a207f73af8a6be4e2dbba0883accb602120cb /status.xml | |
parent | f92cc1b2d3e144dd33efe2f4925d543c9ccaa3f6 (diff) | |
download | xmlgraphics-fop-449a0d0764f7269b5924f7b7822b67409386cdda.tar.gz xmlgraphics-fop-449a0d0764f7269b5924f7b7822b67409386cdda.zip |
Bugzilla #44160:
Fixed a possible IndexOutOfBoundsException that could happen with certain constellations when footnotes are used. Note: I haven't been able to come up with a scaled-down testcase for regression testing. Maybe someone more intimate with the footnote handling can.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@614201 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml index e866f3972..21c98c9ab 100644 --- a/status.xml +++ b/status.xml @@ -28,6 +28,10 @@ <changes> <release version="FOP Trunk"> + <action context="Layout" dev="JM" type="fix" fixes-bug="44160"> + Fixed a possible IndexOutOfBoundsException that could happen with certain constellations + when footnotes are used. + </action> <action context="Layout" dev="JM" type="fix"> Compliance fix: for absolutely positioned block-containers, "top" wasn't interpreted correctly. |