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

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

--- Comment #6 from Glenn Adams gad...@apache.org 2012-04-24 05:48:43 UTC ---
(In reply to comment #5)
 also provide minimal input FO file

M.H., I am still awaiting your input as requested above (and comment 4). if I
see no further input by April 30, I will close this bug due to lack of
requested information. Regards, Glenn

-- 
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-04-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52585

Glenn Adams gl...@skynav.com changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #4 from Glenn Adams gl...@skynav.com 2012-04-08 04:47:06 UTC ---
please provide output PDF file(s) that show problem output

-- 
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-04-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52585

--- Comment #5 from Glenn Adams gl...@skynav.com 2012-04-08 04:48:04 UTC ---
also provide minimal input FO file

-- 
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-04-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52585

--- Comment #3 from Glenn Adams gl...@skynav.com 2012-04-07 01:42:38 UTC ---
resetting P2 open bugs to P3 pending further review

-- 
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-04-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52585

Glenn Adams gl...@skynav.com changed:

   What|Removed |Added

   Priority|P2  |P3

-- 
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. mhilp...@gmx.de 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:
--
xsl:template name=t1xsl:param name=text.../xsl:param
fo:table-cell background-color=... border-top-style=solid 
border-bottom-style=solid  
fo:block line-height=10ptfo:inlinexsl:value-of
select=$text//fo:inline/fo:block
/fo:table-cell/xsl:template

PDF below (number-columns-spanned=2 added) :
--
xsl:template name=t1xsl:param name=text.../xsl:param
fo:table-cell number-columns-spanned=2 background-color=...
border-top-style=solid  border-bottom-style=solid  
fo:block line-height=10ptfo:inlinexsl:value-of
select=$text//fo:inline/fo:block
/fo:table-cell/xsl:template

-- 
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. mhilp...@gmx.de changed:

   What|Removed |Added

 OS/Version||All

--- Comment #2 from M.H. mhilp...@gmx.de 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.