Bug 48089 - content not displayed when preceded by empty blocks
Summary: content not displayed when preceded by empty blocks
Status: NEW
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: pdf (show other bugs)
Version: 0.95
Hardware: PC Linux
: P3 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-30 10:34 UTC by Jerzy Jalocha N
Modified: 2012-04-07 01:52 UTC (History)
0 users



Attachments
Minimal sample file with error. (1.48 KB, text/x-xslfo)
2009-10-30 10:34 UTC, Jerzy Jalocha N
Details

Note You need to log in before you can comment on or make changes to this bug.
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