You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2008/05/14 13:02:44 UTC

DO NOT REPLY [Bug 39118] [PATCH] Handling of page-number-citation-last

https://issues.apache.org/bugzilla/show_bug.cgi?id=39118





--- Comment #6 from Andreas L. Delmelle <ad...@apache.org>  2008-05-14 04:02:43 PST ---

Small update on this one:
page-number-citation-last is currently correctly handled for fo:block,
fo:inline and fo:list-block

Does not work yet for:
-> table-elements: ids not processed for table-header, table-footer, table-body
and table-row; notifyEndOfLayout() is still called multiple times for table and
table-cell.
-> block-containers: AbstractLM.isLast(Position) does not work reliably in this
case, as the BlockContainerLM also wraps the auxiliary positions for its
children's borders. Result is that the 'last' position in the iterator that the
block-container receives during addAreas() is not one of its own. It is given a
position index, though, which is greater than that of the last content element,
so...
-> page-sequence: to be investigated


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