Bug 45307

Summary: fo:block-container height issue
Product: Fop - Now in Jira Reporter: Andreas L. Delmelle <adelmelle>
Component: page-master/layoutAssignee: fop-dev
Status: CLOSED FIXED    
Severity: normal CC: bo
Priority: P2    
Version: all   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: fo file demonstrating issues
PDF output showing the problem

Description Andreas L. Delmelle 2008-06-29 06:20:53 UTC
Created attachment 22196 [details]
fo file demonstrating issues

See the attachments:

The height of the absolute-positioned block-container seems to be added to the outer block-container's height, which I suspect is wrong. The outer block-container's height should probably be the maximum of the block's height and the inner block-container's height, not the sum.
Comment 1 Andreas L. Delmelle 2008-06-29 06:22:11 UTC
Created attachment 22197 [details]
PDF output showing the problem
Comment 2 Andreas L. Delmelle 2008-06-29 06:24:44 UTC
Additionally, but I'm not sure if that is incorrect behavior, I would expect the absolute-positioned block-container's 100% bpd to evaluate to the block's accumulated bpd... (?)
Comment 3 Andreas L. Delmelle 2008-10-24 13:15:40 UTC
Confirmed fixed in latest FOP Trunk, after http://svn.apache.org/viewvc?rev=707631&view=rev
Comment 4 Glenn Adams 2012-04-01 06:44:56 UTC
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed