https://issues.apache.org/bugzilla/show_bug.cgi?id=48089 Summary: content not displayed when preceded by empty blocks
Product: Fop
Version: 0.95
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: pdf
AssignedTo:
fop-dev@...
ReportedBy:
jjalocha@...
Created an attachment (id=24447)
--> (
https://issues.apache.org/bugzilla/attachment.cgi?id=24447)
Minimal sample file with error.
The content of a block inside list-item-body is not displayed, when it is
preceded by at least two empty blocks:
<fo:list-item-body start-indent="2in">
<fo:block/>
<fo:block/> <!-- two empty blocks -->
<fo:block>This text never gets displayed.</fo:block>
</fo:list-item-body>
The text is displayed correctly after one single empty block, and outside of
list-item-body elements, as seen in the attached sample file.
This happens while rendering PDF. (I have never used another renderer in FOP.)
--
Configure bugmail:
https://issues.apache.org/bugzilla/userprefs.cgi?tab=email------- You are receiving this mail because: -------
You are the assignee for the bug.