https://issues.apache.org/bugzilla/show_bug.cgi?id=48329
Summary: Block in double nested fo:inline overlaps following
content
Product: Fop
Version: all
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: general
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=24657)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24657)
Sample FO file showing the issue
See attached file. There is an fo:block inside an fo:inline inside another
fo:inline. The block overlaps the content that comes after it in the fo:inline.
It's not the space-before that is not taken into account since the rendering is
wrong even without it. The space-before just makes the problem more obvious.
The problem disappears if one of the fo:inline is removed, or replaced with an
fo:wrapper.
A quick debugging session showed that the problem lies somewhere in the area
tree. The sequence of Knuth elements is correctly generated.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.