https://issues.apache.org/bugzilla/show_bug.cgi?id=46905





--- Comment #20 from Andreas L. Delmelle <[email protected]>  2009-06-11 
11:35:28 PST ---
(In reply to comment #19)
> Created an attachment (id=23799)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23799) [details]
> So far, all seems to work as expected --as long as there are only 2 columns.
> As soon as I increase it to 3 or more, the algorithm picks the wrong node
> somehow... currently looking into that.

A hunch right after posting this, checked
PageBreakingAlgorithm.recoverFromTooLong(), and thought I'd change the first
while-loop to:

while (!pageProvider.startPage(lastTooLong.line))

i.e. do not subtract 1 from the line-number

Now, it already works for three columns, but crashes on four... :-(

Seems to be pointing to an issue when having to restart from the first node
(whose previous node is null)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to