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

View: New views
3 Messages — Rating Filter:   Alert me  

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

by Bugzilla from bugzilla@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.

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

by Bugzilla from bugzilla@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://issues.apache.org/bugzilla/show_bug.cgi?id=48089

--- Comment #1 from Venkat Reddy <vanukuri.venkat@...> 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

by Bugzilla from bugzilla@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://issues.apache.org/bugzilla/show_bug.cgi?id=48089

--- Comment #2 from Venkat Reddy <vanukuri.venkat@...> 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.