Bug 27111 - basic-link after some elements/attributes does not render hyperlink in output PDF
Summary: basic-link after some elements/attributes does not render hyperlink in output...
Status: CLOSED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: pdf (show other bugs)
Version: 0.20.5
Hardware: PC Windows XP
: P3 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-20 15:04 UTC by Leos Hromadka
Modified: 2012-04-01 06:50 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Leos Hromadka 2004-02-20 15:04:14 UTC
A) normal example (under flow):

<fo:block-container border-color="#E0F0E0" background-color="#F0F0F0" border-
style="solid"/>
<fo:block>
	<fo:basic-link color="green" external-destination="url
('http://xml.apache.org/fop')">http://xml.apache.org/fop</fo:basic-link>
</fo:block>

...in output PDF is all OK - WEB link is working.

B) problem example modification (under flow):

I add only one attribute padding="1cm" to fo:block-container element>...

<fo:block-container border-color="#E0F0E0" background-color="#F0F0F0" border-
style="solid" padding="1cm"/>
<fo:block>
	<fo:basic-link color="green" external-destination="url
('http://xml.apache.org/fop')">http://xml.apache.org/fop</fo:basic-link>
</fo:block>

...and the link in output PDF not work now!

Leos
Comment 1 Pascal Sancho 2007-11-20 01:25:28 UTC
Fixed in FOP 0.94 and probably earlier versions
Comment 2 Glenn Adams 2012-04-01 06:50:19 UTC
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed