https://issues.apache.org/bugzilla/show_bug.cgi?id=50724
Summary: fo:wrapper issues
Product: Fop
Version: 1.1dev
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: page-master/layout
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=26612)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26612)
sample file
Attached test case demonstrates some features that should work, but don't due
to the way fo:wrapper is implemented:
- fo:marker appearing as child of fo:wrapper is not picked up
- fo:page-number-citation-last does not work
Reason is that WrapperLayoutManager.addMarkersToPage() and .checkEndOfLayout()
are never called, and even if they would be, .addAreas() itself is only called
for the dummy area added to the first page where the fo:wrapper appears.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.