Bug 43917 - Missing Knuth element for border-after on a block followed by a forced break
Summary: Missing Knuth element for border-after on a block followed by a forced break
Status: CLOSED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: page-master/layout (show other bugs)
Version: trunk
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-20 09:32 UTC by Vincent Hennebert
Modified: 2012-04-01 07:08 UTC (History)
0 users



Attachments
FO file showing the problem. The border-after isn't rendered as well. (586 bytes, text/x-xslfo)
2007-11-20 09:33 UTC, Vincent Hennebert
Details
Another example. This time the border is painted fine but the element list is still incorrect (623 bytes, text/x-xslfo)
2007-11-20 09:35 UTC, Vincent Hennebert
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent Hennebert 2007-11-20 09:32:05 UTC
See the attached fo file. No resolved Knuth element is generated for the
border-after set on the block. It is when removing the forced break. Looks like
SpaceResolver is doing something wrong somewhere.
Opening a bug as I don't have time to look at this right now.
Comment 1 Vincent Hennebert 2007-11-20 09:33:32 UTC
Created attachment 21166 [details]
FO file showing the problem. The border-after isn't rendered as well.
Comment 2 Vincent Hennebert 2007-11-20 09:35:14 UTC
Created attachment 21167 [details]
Another example. This time the border is painted fine but the element list is still incorrect
Comment 3 Jeremias Maerki 2007-11-26 06:55:22 UTC
I'm working on this one. Actually, the resolved Knuth elements for border-after
were generated, but later removed again because of a missing trailing auxiliary
box for the break-after case. That part was easy, but now I'm looking at a
little more complex cases and realize there's a somewhat bigger problem with the
way forced break handling is done. While debugging I stumbled over Bug #40230
(illegal page production after a break-after with no content following) which is
somewhat related to this issue. I'll try to find a way to handle both issues at
once.
Comment 4 Jeremias Maerki 2007-11-27 00:52:17 UTC
Should be fixed by:
http://svn.apache.org/viewvc?rev=598558&view=rev
Comment 5 Glenn Adams 2012-04-01 07:08:02 UTC
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed