aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2006-11-06 13:33:12 +0000
committerJeremias Maerki <jeremias@apache.org>2006-11-06 13:33:12 +0000
commit9013b27ff94fb3bf49e5e2576c7d1a167c922d8b (patch)
treec998bdb08e71fe225cb582886f3406caef1d4652 /status.xml
parent7fa5e7067421af756f6cf24d45d415ecf8531547 (diff)
downloadxmlgraphics-fop-9013b27ff94fb3bf49e5e2576c7d1a167c922d8b.tar.gz
xmlgraphics-fop-9013b27ff94fb3bf49e5e2576c7d1a167c922d8b.zip
Bugfix: Fixed bug when the sum of column widths of a table is larger than the specified widths. The table width was not adjusted.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@471725 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 aad3e3d58..419dae43a 100644
--- a/status.xml
+++ b/status.xml
@@ -29,6 +29,10 @@
<changes>
<release version="FOP Trunk">
<action context="Code" dev="JM" type="fix">
+ Bugfix: Fixed bug when the sum of column widths of a table is larger than the
+ specified widths. The table width was not adjusted.
+ </action>
+ <action context="Code" dev="JM" type="fix">
Bugfix: Nested tables with headers and footers were not handled correctly and could
overlap with the region-after.
</action>