diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2009-03-22 19:18:14 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2009-03-22 19:18:14 +0000 |
commit | 39846b082abe7df751bd45cd70abe61e842fbb20 (patch) | |
tree | 37e26d3a83225b496b70d8dc299f98aac7614a4a /status.xml | |
parent | 43ecaa845e9042fda99f8b5e91834e8d4b2c1689 (diff) | |
download | xmlgraphics-fop-39846b082abe7df751bd45cd70abe61e842fbb20.tar.gz xmlgraphics-fop-39846b082abe7df751bd45cd70abe61e842fbb20.zip |
Bugzilla 46489:
Issue when combining page-position="last" with a block with break-before as a descendant of a table.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@757239 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 5c28c8005..ec311f6a6 100644 --- a/status.xml +++ b/status.xml @@ -58,6 +58,12 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> <release version="FOP Trunk" date="TBD"> + <action context="Layout" dev="AD" type="fix" fixes-bug="46489"> + Fixed a bug when combining a forced break with a "last" page-master. The restart + of the algorithm would start at the index of the penalty corresponding to the last + page-break. This has been changed to the index of the first element after the last + page-break. + </action> <action context="Fonts" dev="JM" type="add"> Added a command-line tool to list all configured fonts (org.apache.fop.tools.fontlist.FontListMain). |