Bug 43676 - Wrong computation of merged Knuth elements in table with spanning cell
Summary: Wrong computation of merged Knuth elements in table with spanning cell
Status: CLOSED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: page-master/layout (show other bugs)
Version: trunk
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-23 03:22 UTC by Vincent Hennebert
Modified: 2012-04-01 06:50 UTC (History)
0 users



Attachments
FO file showing the problem (1.69 KB, text/x-xslfo)
2007-10-23 03:23 UTC, Vincent Hennebert
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent Hennebert 2007-10-23 03:22:35 UTC
If a cell spans the whole table and its height is bigger than the sum of the
heights of all the other cells, then the computation of Knuth elements by the
merging algorithm is wrong. At the end of the sequence there will be a box with
negative width.
That's because ActiveCell.getRemainingHeight returns 0 if the active row is not
the last row spanned by the cell.
Comment 1 Vincent Hennebert 2007-10-23 03:23:59 UTC
Created attachment 21023 [details]
FO file showing the problem
Comment 2 Vincent Hennebert 2008-02-08 07:59:47 UTC
Fixed in rev. 619854
Comment 3 Glenn Adams 2012-04-01 06:50:45 UTC
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed