[Bug 45134] FOP unwarranted page split on table with numbre-rows-spanned

2012-06-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45134

--- Comment #4 from chuck.mccallum+...@jove.com ---
I found this bug via
http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/201103.mbox/browser.
 

It's ugly, but if anyone needs an ad-hoc work-around, you can add an invisible
"word" of non-breaking spaces so that the content of the cell actually spans as
many rows as have been allotted for it. ie, replace


   Too short!


with


   Too short     


The invisible word gets line wrapped, assuming your table is narrow enough, and
the new block of text is not vulnerable to page-breaking from this bug.

For what that's worth.

-- 
You are receiving this mail because:
You are the assignee for the bug.


DO NOT REPLY [Bug 45134] FOP unwarranted page split on table with numbre-rows-spanned

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

Glenn Adams  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

--- Comment #3 from Glenn Adams  2012-04-11 06:16:35 UTC ---
change status from ASSIGNED to NEW for consistency

-- 
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 45134] FOP unwarranted page split on table with numbre-rows-spanned

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

Glenn Adams  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 45134] FOP unwarranted page split on table with numbre-rows-spanned

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

--- Comment #2 from Glenn Adams  2012-04-07 01:41:23 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 45134] FOP unwarranted page split on table with numbre-rows-spanned

2008-06-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45134


Vincent Hennebert <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 Status|NEW |ASSIGNED




--- Comment #1 from Vincent Hennebert <[EMAIL PROTECTED]>  2008-06-05 03:56:23 
PST ---
Hi,

Thanks for the bug report and the clean testcase. It's probably a duplicate of
bug #45047 but I need to further investigate to be sure. Basically the fixed
heights set on table-row elements are creating trouble. If you remove them you
get the same result without the spurious page.

I can imagine the stepping effect you want to achieve by setting heights on the
table rows. I guess you're not happy with the result FOP currently produces
(without regards to the spurious page)? :-\

Vincent


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