[jira] [Commented] (FOP-2465) [PATCH] Links to 'last' page aren't working

2015-06-12 Thread Matthias Reischenbacher (JIRA)

[ 
https://issues.apache.org/jira/browse/FOP-2465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14584065#comment-14584065
 ] 

Matthias Reischenbacher commented on FOP-2465:
--

Fixed in http://svn.apache.org/viewvc?view=revisionrevision=1685165 -- My 
first commit, I hope I didn't do anything wrong.

 [PATCH] Links to 'last' page aren't working
 ---

 Key: FOP-2465
 URL: https://issues.apache.org/jira/browse/FOP-2465
 Project: FOP
  Issue Type: Bug
  Components: layout/page
Reporter: Matthias Reischenbacher
 Attachments: fop-2465-link-to-last-page.patch, 
 fop-2465-link-to-last-page.xml


 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FOP-2465) [PATCH] Links to 'last' page aren't working

2015-05-18 Thread Andreas L. Delmelle (JIRA)

[ 
https://issues.apache.org/jira/browse/FOP-2465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14548382#comment-14548382
 ] 

Andreas L. Delmelle commented on FOP-2465:
--

Hint: Seems like this patch, extended with appropriate test cases, would be 
ideal for a new committer to get his feet wet. ;)

 [PATCH] Links to 'last' page aren't working
 ---

 Key: FOP-2465
 URL: https://issues.apache.org/jira/browse/FOP-2465
 Project: Fop
  Issue Type: Bug
  Components: layout/page
Reporter: Matthias Reischenbacher
 Attachments: fop-2465-link-to-last-page.patch, 
 fop-2465-link-to-last-page.xml


 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)