Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Patch
Description
If there is a separate page master for the 'last' page and the layout is redone (see PageBreaker.redoLayout) links to content inside the last page don't work.
My test case fo file contains a bookmark to a block on the last page. The following warning is displayed when generating PDF output:
WARNING: 1 link target could not be fully resolved and now point to the top of the page or is dysfunctional.
My Patch tries to fix the ID handling and replaces the old PageViewport instances inside the IDTracker with the one. Please let me know if there is a better way to fix this issue.