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=41460>.
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=41460

           Summary: Forced Line break breaks word wrap
           Product: Fop
           Version: 0.93
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: page-master/layout
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


When generating a simple PDF which includes a word which is wider that the width
of the document, the word-wrapping of the rest of the document is wrong.  It
seems to half the horizontal space used.

Example fo:

<?xml version="1.0"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>
    <fo:layout-master-set>
        <fo:simple-page-master master-name="my-page" page-width="100mm"
        page-height="70mm">
            <fo:region-body margin-top="2px" margin-bottom="2px"
                column-count="1" />
        </fo:simple-page-master>
    </fo:layout-master-set>
    <fo:page-sequence master-reference="my-page">
        <fo:flow flow-name="xsl-region-body">
            <fo:block color="black">
                 <fo:block>
                    This next little bit will test out us font sizes,
                    which we need to be able to change and play with.
                    Another interesting little test is this following URL, which
is too wide to fit on to a single
                    line of htis PDF.  Question is, will FOP split is in a
sensible way.
                   
https://some.imaginary.long.url.com/chaptereight/love_experience/ecommerce/admin?showinfo
                    That'd be a yes then!
                </fo:block>
            </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.

Reply via email to