DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27111>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=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 PDF Product: Fop Version: 0.20.5 Platform: PC OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: pdf renderer AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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