From 725e1eb9093f64f56ed9daf147e379c75fc9a00d Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Wed, 30 Nov 2005 08:52:26 +0000 Subject: 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 --- status.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'status.xml') diff --git a/status.xml b/status.xml index 20e120e6a..a6a1e7334 100644 --- a/status.xml +++ b/status.xml @@ -27,6 +27,19 @@ + + Bugfix: Space resolution was incomplete for content in table-cells. Conditional elements + didn't get removed. + + + 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. + + + Bugfix for "/ by zero" ArithmeticExceptions when an URL to a non-existing image is used + and content-width and/or content-height is used. + Bugfix for a multi-threading problem: propertyListTable initialization moved from the constructor to a static block in FONode. -- cgit v1.2.3