Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Check In: Bugzilla Bug 183809 PDF emitter does not render URLs with specified target correctly

- Summary:
Fixed Bugzilla Bug 183809 PDF emitter does not render URLs with specified target correctly

- Bugzilla Bug(s) Resolved:
Bugzilla Bug 183809 PDF emitter does not render URLs with specified target correctly

- Description:

The old version handled the hyperlink with PdfAction.gotoRemotePage(…) if the target is "_parent" or "_top" or "_self". Now they are all handled with PdfAction(hyperlink) as “_blank”.

 

- Tests Description  :

       Manual test

- Notes to Build Team:
      
- Notes to Developers:

- Notes to QA: 
 

 

- Notes to Documentation:  

- Files Edited:
         "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/HTML2Content.java


- Files Added:

 

- Files Deleted

 

 

 


Back to the top