https://issues.apache.org/bugzilla/show_bug.cgi?id=45047
Summary: Tables that begin with that begin with multiple row span
participants render other cells incorrectly
Product: Fop
Version: all
Platform: PC
OS/Version: Windows Vista
Status: NEW
Severity: normal
Priority: P2
Component: general
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
I am working to get row spanning tables to render correctly through fop. I
have ran the attached example through fop 0.20.5 as well as the 0.95beta and
still get the same problem. My problem is that I have a 3 row table with the
following set up
row 1
column 1 column 2 column 3
single cell, single cell with row span of 3, single cell with row span of 2
row 2
column 1
single cell with row span of 2
row 3
column 3
single cell
The bug is that my single cell on row 3 column 3 when rendered shows up in row
2 column 3.
Through some trial and error, I believe the issue has to due with the fact that
row 3 started with two row span participants. To test this I took the row
spanning off of the row spanning cell in row 2. This allowed my row 3 cell to
render in row 3 column 1, which is expected by taking off the row spanning in
the fo. Further, I reset my test and I did the same type of test by changing
the row spanning or row 1 column 2 to 2. This would leave it off of row 3.
This resulted in the row 2 column 1 spanning into row 3 as expected and row 3
column 3 rendering in column 2 as it should with the change row 1 column 2 row
span. This is how I came to my conclusion that the bug deals with a row that
starts with 2 row span participants.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.