https://issues.apache.org/bugzilla/show_bug.cgi?id=37579
--- Comment #28 from Andreas L. Delmelle <[EMAIL PROTECTED]> 2008-05-05 10:42:16 PST --- Created an attachment (id=21922) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=21922) Patch for FootnoteBodyLayoutManager Naively tried adding an override for getParent() to FootnoteBodyLM that always returns the associated FootnoteLM, and then it works without errors, but as I expected, the footnote's end-indent is then equal to that of the label. May count as a fix, though... I haven't checked yet if there's a situation where FootnoteBodyLM.getParent() is supposed to return the FlowLM. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
