https://issues.apache.org/bugzilla/show_bug.cgi?id=52585
Bug #: 52585
Summary: PDF: number-columns-spanned problem with borders
Product: Fop
Version: 1.0
Platform: PC
Status: NEW
Severity: normal
Priority: P2
Component: pdf
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
If a table has a row with multiple columns and the row cells have a border
(top/bottom) the lines look even for all cells in the row. But if the cell has
an additional
number-columns-spanned="2"
attribute, the subsequent cell (here: cell 3) will get different top/bottom
border line (thickness)!
This sound similar to old Bug 46321 (for RTF).
If we remove number-columns-spanned, the border lines look good again (but of
course the text is cut).
So far, we found an ugly workaround by adding "hidden" columns to all tables
with 0pt width for this strange output to "hide".
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.