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 2008/02/13 13:32:10 UTC

DO NOT REPLY [Bug 44412] New: - Missing border-after when break-after set on a block

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: vincent.hennebert@anyware-tech.com


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.

DO NOT REPLY [Bug 44412] - Missing border-after when break-after set on a block

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





------- Additional Comments From vincent.hennebert@anyware-tech.com  2008-02-14 10:35 -------
Created an attachment (id=21531)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=21531&action=view)
Missing border-before when break-before set

Another problematic situation: when break-before is set on a block, the before
border of the enclosing block is not rendered.

-- 
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 44412] - Missing border-after when break-after set on a block

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





------- Additional Comments From vincent.hennebert@anyware-tech.com  2008-02-13 04:33 -------
Created an attachment (id=21517)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=21517&action=view)
Sample file showing the problem


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