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 2007/09/25 20:59:06 UTC

DO NOT REPLY [Bug 43474] New: - wrap-option="wrap" doesn't work

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43474>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43474

           Summary: wrap-option="wrap" doesn't work
           Product: Fop
           Version: 0.93
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: pdf
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: wolfgang@cyberflohrs.de


Running the following FO example with version 0.93 and 0.94 will produce a PDF
document containing a table with some text. The text will not break as expected
and violates the table boundary.

<?xml version="1.0" encoding="ISO-8859-1"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
	<fo:layout-master-set>
		<fo:simple-page-master page-width="21cm" page-height="29.7cm" master-name="spm0">
			<fo:region-body region-name="region-body" margin-bottom="1cm"
margin-top="1.5cm"/>
			<fo:region-before region-name="header" precedence="false" extent="4cm"/>
			<fo:region-after region-name="footer" extent="1cm"/>
		</fo:simple-page-master>
	</fo:layout-master-set>
	<fo:page-sequence master-reference="spm0">
		<fo:flow flow-name="region-body">
			<fo:block wrap-option="wrap"
				padding-end="50pt"
				padding-start="2pt"
				space-before="6.0pt"
				margin-right="60pt"
				margin-left="28.35pt"
				font-size="10.0pt"
				font-family="Courier New, Courier"
				color="black"
				border-top-width="0.75pt"
				border-top-style="double"
				border-top-color="#D3D3D3"
				border-right-width="0.75pt"
				border-right-style="double"
				border-right-color="#D3D3D3"
				border-left-width="0.75pt"
				border-left-style="double"
				border-left-color="#D3D3D3"
				border-bottom-width="0.75pt"
				border-bottom-style="double"
				border-bottom-color="#D3D3D3"
				background-color="#D5DEE3">&lt;object
classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="1" height="1"
align="baseline"
codebase="http://java.sun.comproductsplugin13textToMakeTheLineEvenBiggerThanItWasBeforejinstall13win32cab#Version=1,3,0,0"
name="xformsApplet"&gt;
			</fo:block>
		</fo:flow>
	</fo:page-sequence>
</fo:root>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

DO NOT REPLY [Bug 43474] - wrap-option="wrap" doesn't work

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43474>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43474





------- Additional Comments From wolfgang@cyberflohrs.de  2007-09-25 12:00 -------
Created an attachment (id=20878)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=20878&action=view)
wrap-option testcase 


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.