You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2001/08/14 16:07:18 UTC

[DO NOT REPLY: Bug 3116] New: -

0.19.0 Error on IE5 refresh with external graphics

PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3116

*** shadow/3116	Tue Aug 14 07:07:18 2001
--- shadow/3116.tmp.6773	Tue Aug 14 07:07:18 2001
***************
*** 0 ****
--- 1,48 ----
+ +============================================================================+
+ | 0.19.0 Error on IE5 refresh with external graphics                         |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 3116                        Product: Fop                     |
+ |       Status: NEW                         Version: all                     |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Normal                   OS/Version: Other                   |
+ |     Priority: Other                     Component: pdf renderer            |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: fop-dev@xml.apache.org                                       |
+ |  Reported By: padelson@mesirowfinancial.com                                |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ With most graphics, the FO code below loads from the URL but will not load when 
+ the 'Refresh' button is pressed in Internet Exporer 5 with the Acrobat 4.0 plug-
+ in.
+ 
+ Of ten graphics tested (a mix of jpg, bmp, and gif called as src="http://..." 
+ and src="file:..."), only Linux.bmp refreshed without error.
+ 
+ The refresh did work with the full version of Acrobat 5.0 as the IE plug-in. 
+ 
+ Environment:
+ Server: Solaris, Jrun, and the 'embedding' example servlet from the FOP 
+ download.
+ 
+ Client: Win 98, IE5, Acrobat 4.0 plugin
+ 
+ FO code:
+ <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
+   <fo:layout-master-set>
+     <fo:simple-page-master master-name="simple" page-height="29.7cm" page-
+ width="21cm" margin-top="1cm" margin-bottom="2cm" margin-left="2.5cm" margin-
+ right="2.5cm">
+       <fo:region-body></fo:region-body>
+     </fo:simple-page-master>
+   </fo:layout-master-set>
+   <fo:page-sequence master-name="simple">
+     <fo:flow flow-name="xsl-region-body">
+ 	  <fo:block>
+ 	    <fo:external-graphic src="YourGraphicHere"/>
+ 	  </fo:block>
+     </fo:flow>
+   </fo:page-sequence>
+ </fo:root>

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org