Details
-
Bug
-
Status: Open
-
Resolution: Unresolved
-
2.5
-
None
-
None
-
Operating System: other
Platform: Other
-
44412
Description
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.
Attachments
Attachments
Issue Links
- depends upon
-
FOP-1485 Missing before/after border when break set on a table's first/last row
- Open