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 2009/10/30 18:34:37 UTC

DO NOT REPLY [Bug 48089] New: content not displayed when preceded by empty blocks

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@xmlgraphics.apache.org
        ReportedBy: jjalocha@gmail.com


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.

DO NOT REPLY [Bug 48089] content not displayed when preceded by empty blocks

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48089

Glenn Adams <gl...@skynav.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 48089] content not displayed when preceded by empty blocks

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48089

--- Comment #2 from Venkat Reddy <va...@googlemail.com> 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.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 48089] content not displayed when preceded by empty blocks

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48089

--- Comment #1 from Venkat Reddy <va...@googlemail.com> 2009-11-02 02:36:58 UTC ---
This bug happening in FOP-trunk as well...

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 48089] content not displayed when preceded by empty blocks

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48089

--- Comment #3 from Glenn Adams <gl...@skynav.com> 2012-04-07 01:43:56 UTC ---
resetting P2 open bugs to P3 pending further review

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.