[
https://issues.apache.org/jira/browse/FOP-3170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17824710#comment-17824710
]
Julien Lacour commented on FOP-3170:
------------------------------------
I started a patch which mainly modifes the {{KnuthInlineBox}} class to make it
work like {{KnuthBlockBox}} and use a footnoteList.
There are other modifications to make in {{InlineKnuthSequence}} and in all
classes instantiating {{KnuthInlineBox}}. As I don't know all the relations
there I think a second opinion is necessary.
> Footnotes aren't rendered in fo:inline-container
> ------------------------------------------------
>
> Key: FOP-3170
> URL: https://issues.apache.org/jira/browse/FOP-3170
> Project: FOP
> Issue Type: Bug
> Reporter: Julien Lacour
> Priority: Major
> Attachments: inline-container-footnotes.fo,
> inline-container-footnotes.patch
>
>
> In a flow containing a parent <fo:inline-container>, children <fo:footnote>
> aren't rendered.
> From what I've checked, in {{InlineContainerLayoutManager}},
> <fo:footnote-body> presents in children {{KnuthBlockBox}} (gathered by
> {{getChildKnuthElements()}}) are not transmitted to the newly created
> {{KnuthInlineBox}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)