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


Andreas L. Delmelle <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




--- Comment #2 from Andreas L. Delmelle <[EMAIL PROTECTED]>  2008-11-19 
12:02:18 PST ---

Doing a bit of preliminary debugging, the problem seems to be that (see
FlowLM.getNextKnuthElements()):

a) the span change is detected (FlowLM.currentSpan == EN_ALL), so the
returnList is handed over to the PageBreaker
b) the next time it is called, currentSpan will already be EN_ALL, so no span
change, but ... AbstractBreaker.getNextBlockList() will have explicitly reset
the LayoutContext a bit earlier on (signalSpanChange(NOT_SET)), so the
processing continues as if no span had been specified


-- 
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