DO NOT REPLY [Bug 52585] New: PDF: number-columns-spanned problem with borders

2012-02-02 Thread bugzilla
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: fop-dev@xmlgraphics.apache.org
ReportedBy: mhilp...@gmx.de
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.


DO NOT REPLY [Bug 52585] PDF: number-columns-spanned problem with borders

2012-02-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52585

--- Comment #1 from M.H.  2012-02-02 18:42:39 UTC ---
Created attachment 28254
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28254
Same XSL-FO with just number-columns-spanned added (below)

Example of same XSL-FO code with just 1 difference:

PDF above:
--
...




PDF below (number-columns-spanned="2" added) :
--
...




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 52585] PDF: number-columns-spanned problem with borders

2012-02-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52585

M.H.  changed:

   What|Removed |Added

 OS/Version||All

--- Comment #2 from M.H.  2012-02-02 18:44:56 UTC ---
... the table has more rows (16) and it looks like the third row has (in the
faulty example below) additional border above and below.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.