https://issues.apache.org/bugzilla/show_bug.cgi?id=47192
Summary: A table inside an inline block does not render
correctly
Product: Fop
Version: 0.95
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: major
Priority: P2
Component: page-master/layout
AssignedTo: [email protected]
ReportedBy: [email protected]
I am using FOP 0.95 which the latest stable at the time of writing.
I convert the attached fo file with
fop -fo simple.fo simple.pdf
Expected output:
A PDF file with a Table with 3 rows (one is header)
Actual output
A PDF file with a Table with 4 rows where the first cell of the second row
is forming an extra row on its own (and its original place is blank)
Extra comments.
If I delete a SINGLE WORD from the fo file from this cell (see file
simple-corrected.fo) then the expected result is obtained
(simple-corrected.pdf)
If I create the PDF again
Thus a single word change results in wrong rendering of the table.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.