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

           Summary: Missing border-after when break-after set on a block
           Product: Fop
           Version: 1.0dev
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: page-master/layout
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: [EMAIL PROTECTED]


On the following:
    <fo:block>Before the block</fo:block>
    <fo:block border="4pt solid black" break-before="page" break-after="page">A
block with
      borders and break-before and break-after.</fo:block>
    <fo:block>After the block</fo:block>

The border-after on the second block is missing, although the block is finished.
It looks like its conditionality is (wrongly) taken into account, as setting
border-after-width.conditionality="retain" make it re-appear. The problem also
doesn't show up if break-after is removed from the second block and break-before
added on the third block instead.

-- 
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