diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-01-04 15:52:07 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-01-04 15:52:07 +0000 |
commit | 2821415e8cc83e563c69a0d35a60087a2255c768 (patch) | |
tree | 9dd676b63976d0a90bbbb547efe477e5097b8eea /status.xml | |
parent | 38dfdc657100ec779a83334c0ee7ced38f3b4d4c (diff) | |
download | xmlgraphics-fop-2821415e8cc83e563c69a0d35a60087a2255c768.tar.gz xmlgraphics-fop-2821415e8cc83e563c69a0d35a60087a2255c768.zip |
Bugzilla #38102:
Bugfix: Space was not adjusted if the space was on a nested block. This could lead to content overflowing the bottom of a page.
I guess I will need to check if other addArea() methods suffer from the same defect.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@365928 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 2c9bad19a..403c91bc2 100644 --- a/status.xml +++ b/status.xml @@ -27,6 +27,10 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="fix" fixes-bug="38102"> + Bugfix: Space was not adjusted if the space was on a nested block. This could + lead to content overflowing the bottom of a page. + </action> <action context="Code" dev="JM" type="fix"> Bugfix: TableCell did not properly report that it generates reference-areas which could lead to wrong inherited values for start-indent and end-indent. |