DO NOT REPLY [Bug 43633] table-cell don't render when using number-rows-spanned

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

Glenn Adams  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #5 from Glenn Adams  2012-04-01 07:09:10 UTC ---
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed

-- 
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 43633] - table-cell don't render when using number-rows-spanned

2007-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43633


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2007-12-18 11:03 ---
This is fixed in rev. 605295 of the Trunk.

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


DO NOT REPLY [Bug 43633] - table-cell don't render when using number-rows-spanned

2007-10-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43633





--- Additional Comments From [EMAIL PROTECTED]  2007-10-17 08:20 ---
Created an attachment (id=20998)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=20998&action=view)
A minimal file to reproduce the problem


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


DO NOT REPLY [Bug 43633] - table-cell don't render when using number-rows-spanned

2007-10-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43633


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
  Component|pdf |page-master/layout
 OS/Version|Windows 2000|All
Version|0.94|1.0dev




--- Additional Comments From [EMAIL PROTECTED]  2007-10-17 08:16 ---
Hi Guillaume,

Thanks for reporting the bug. Although your test table is a bit odd since it
contains an empty row (row 2). You can work around the problem by adding an
empty cell in the row that contains the spanning cell:

  

That way you will get the expected result.

For devs: at least this test is a showcase for the strange loop in
RowPainter.addAreasForCell ;-)
Since row 2 is empty (contains no cell ending on this row), no
TableContentPosition is created for this row. Thus, in
RowPainter.handleTableContentPosition, the first test is never triggered for row
2. So in addAreasAndFlushRow, the yoffset of row 2 is not recorded. And in
addAreasForCell, when the offset of the first row spanned by the spanning cell
is searched, it's not found so the while loop is triggered and the offset of the
previous row is returned instead.
As a consequence, the spanning cell, starting on row 2, gets the same offset as
cell 1.1, and overrides it.

I'll have a look at this later on, since the whole code handling empty/missing
cells needs some touch-up anyway.

Vincent

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


DO NOT REPLY [Bug 43633] - table-cell don't render when using number-rows-spanned

2007-10-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43633





--- Additional Comments From [EMAIL PROTECTED]  2007-10-16 03:01 ---
Created an attachment (id=20988)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=20988&action=view)
FO to repoduce bug.


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