Bug 48089

Summary: content not displayed when preceded by empty blocks
Product: Fop - Now in Jira Reporter: Jerzy Jalocha N <jjalocha>
Component: pdfAssignee: fop-dev
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 0.95   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Attachments: Minimal sample file with error.

Description Jerzy Jalocha N 2009-10-30 10:34:36 UTC
Created attachment 24447 [details]
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.)
Comment 1 Venkat Reddy 2009-11-02 02:36:58 UTC
This bug happening in FOP-trunk as well...
Comment 2 Venkat Reddy 2009-11-02 02:41:46 UTC
And this bug is happening for all renderers. I have tested AFP and PS renderers along with PDF renderer. The content of a block inside list-item-body is not getting displayed when it is placed after two continuous empty blocks.
Comment 3 Glenn Adams 2012-04-07 01:43:56 UTC
resetting P2 open bugs to P3 pending further review