Bug 44289 - Wrong border resolution when header/footer omitted at break
Summary: Wrong border resolution when header/footer omitted at break
Status: CLOSED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: fo tree (show other bugs)
Version: trunk
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-24 02:59 UTC by Vincent Hennebert
Modified: 2012-04-01 06:31 UTC (History)
0 users



Attachments
FO file showing the problem (2.25 KB, text/plain)
2008-01-24 03:00 UTC, Vincent Hennebert
Details

Note You need to log in before you can comment on or make changes to this bug.
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