aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2005-11-30 08:52:26 +0000
committerJeremias Maerki <jeremias@apache.org>2005-11-30 08:52:26 +0000
commit725e1eb9093f64f56ed9daf147e379c75fc9a00d (patch)
tree570fd108ef8500ad6c3442705933acb96df6e87d /status.xml
parent91c26122bb60a107168b19f5b1b6d0d89bc71f65 (diff)
downloadxmlgraphics-fop-725e1eb9093f64f56ed9daf147e379c75fc9a00d.tar.gz
xmlgraphics-fop-725e1eb9093f64f56ed9daf147e379c75fc9a00d.zip
Bugfix: Added missing conditionality notification for table-cell content.
Extracted functionality to find a previous break into a helper method in ElementListUtils. Fixed misguided german->english translation on parameter names (last != previous). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@349909 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index 20e120e6a..a6a1e7334 100644
--- a/status.xml
+++ b/status.xml
@@ -28,6 +28,19 @@
<changes>
<release version="FOP Trunk">
<action context="Code" dev="JM" type="fix">
+ Bugfix: Space resolution was incomplete for content in table-cells. Conditional elements
+ didn't get removed.
+ </action>
+ <action contexn="Code" dev="JM" type="fix">
+ The validation check for non-zero borders and padding on a region-* is now turned off
+ when relaxed validation is active to improve compatibility with FO documents written
+ for other FO implementations.
+ </action>
+ <action context="Code" dev="JM" type="fix">
+ Bugfix for "/ by zero" ArithmeticExceptions when an URL to a non-existing image is used
+ and content-width and/or content-height is used.
+ </action>
+ <action context="Code" dev="JM" type="fix">
Bugfix for a multi-threading problem:
propertyListTable initialization moved from the constructor to a static block in FONode.
This fixes NullPointerExceptions in PropertyList.