Bug 25706 - [PATCH] Add bp to vecInlineBreaks if prevBP == null, correction to patch 25031
Summary: [PATCH] Add bp to vecInlineBreaks if prevBP == null, correction to patch 25031
Status: CLOSED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: page-master/layout (show other bugs)
Version: trunk
Hardware: Other Linux
: P3 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-22 18:16 UTC by Simon Pepping
Modified: 2012-04-01 07:08 UTC (History)
0 users



Attachments
The patch as described (1.95 KB, patch)
2003-12-22 18:17 UTC, Simon Pepping
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Pepping 2003-12-22 18:16:05 UTC
[PATCH] I have been a bit too general in my previous patch (bug
25031), where I add bp to vecInlineBreaks if prevBP == null. In a
number of cases (!bBreakOK) it has been added already. Now I have
moved this action to the three places where the routine breaks out of
the loop because bp is over the line length. The effect of the
action is to accept bp even though it is over the line length when
this is the first BP on the line (prevBP == null).
Comment 1 Simon Pepping 2003-12-22 18:17:31 UTC
Created attachment 9667 [details]
The patch as described
Comment 2 Glen Mazza 2003-12-23 20:42:20 UTC
Applied.  Thanks Simon!
Comment 3 Glenn Adams 2012-04-01 07:08:42 UTC
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed