Bug 44289

Summary: Wrong border resolution when header/footer omitted at break
Product: Fop - Now in Jira Reporter: Vincent Hennebert <vhennebert>
Component: fo treeAssignee: fop-dev
Status: CLOSED FIXED    
Severity: normal    
Priority: P2    
Version: trunk   
Target Milestone: ---   
Hardware: Other   
OS: other   
Attachments: FO file showing the problem

Description Vincent Hennebert 2008-01-24 02:59:53 UTC
Did you know that the header/footer of a table could be omitted at page breaks??

Looks like I completely omitted that case myself when implementing the
resolution of conditional borders.
Comment 1 Vincent Hennebert 2008-01-24 03:00:33 UTC
Created attachment 21420 [details]
FO file showing the problem
Comment 2 Vincent Hennebert 2008-01-24 13:13:35 UTC
rev. 614993
Comment 3 Andreas L. Delmelle 2008-01-24 13:23:15 UTC
(In reply to comment #0)
> Did you know that the header/footer of a table could be omitted at page breaks??

Yep, we all did actually. We keep the clues hidden in the code as:

"omit-header-at-break", Constants.PR_OMIT_HEADER_AT_BREAK, Table.omitHeaderAtBreak() 

I admit, it's a very obscure detail, only known to the true FO adepts. Welcome! ;-)

> Looks like I completely omitted that case myself when implementing the
> resolution of conditional borders.

No harm done, and since you discovered and fixed it yourself... I guess the joke's on the community for 
not having noticed/reported this sooner. :-)
Comment 4 Glenn Adams 2012-04-01 06:31:47 UTC
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed