DO NOT REPLY [Bug 47101] Table in marker gets duplicated at each marker retrieval

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

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

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #5 from Glenn Adams gl...@skynav.com 2012-04-01 06:34:09 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 47101] Table in marker gets duplicated at each marker retrieval

2009-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47101


Vincent Hennebert vhenneb...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #4 from Vincent Hennebert vhenneb...@gmail.com  2009-05-13 
03:29:13 PST ---
Fixed in rev. 774280
http://svn.apache.org/viewvc?view=revrevision=774280

-- 
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 47101] Table in marker gets duplicated at each marker retrieval

2009-05-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47101


Vincent Hennebert vhenneb...@gmail.com changed:

   What|Removed |Added

Summary|table duplication in|Table in marker gets
   |Region-Before and   |duplicated at each marker
   |Region-After|retrieval




-- 
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 47101] Table in marker gets duplicated at each marker retrieval

2009-05-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47101





--- Comment #2 from Andreas L. Delmelle adelme...@apache.org  2009-05-07 
13:25:36 PST ---
(In reply to comment #1)
 Created an attachment (id=23623)
 -- (https://issues.apache.org/bugzilla/attachment.cgi?id=23623) [details]
 Simplified FO file showing the problem
 
 Thank you for your bug report. I attach a simplified FO file that can be used
 for debugging. Not sure what is the reason for the duplication of the table
 though.

I did a quick check here, but haven't found out what the exact cause is either.
One interesting thing I did notice so far: it is not the table that is
duplicated, but the table-cell. On the first page, I get only one call to
TableCellLM. On the second page, I get two, made by the same RowGroupLM. The
table-body on the second page has its rowGroups set to 2...

-- 
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 47101] Table in marker gets duplicated at each marker retrieval

2009-05-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47101





--- Comment #3 from Andreas L. Delmelle adelme...@apache.org  2009-05-07 
13:33:43 PST ---

Most likely cause: when cloning the table-body upon each marker-retrieval, it
does not go deep enough. Some member (can't tell yet which one exactly) is
copied as a reference, while it should, in fact, be an entirely separate
instance. Overriding clone() in the corresponding FONode type (TablePart?) to
add specific behavior may just be enough to fix this...

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