[
https://issues.apache.org/jira/browse/FOP-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18043770#comment-18043770
]
Julien Lacour commented on FOP-1717:
------------------------------------
The same exception is thrown when rotating a block container:
{code:xml}
<fo:block-container reference-orientation="90">
<fo:block>Lorem ipsum<fo:footnote>
<fo:inline>1</fo:inline>
<fo:footnote-body>
<fo:block>Footnote body</fo:block>
</fo:footnote-body>
</fo:footnote>.</fo:block>
</fo:block-container>
{code}
> Footnotes in absolute block containers cause NPE
> ------------------------------------------------
>
> Key: FOP-1717
> URL: https://issues.apache.org/jira/browse/FOP-1717
> Project: FOP
> Issue Type: Bug
> Components: layout/unqualified
> Affects Versions: 2.5
> Environment: Operating System: All
> Platform: All
> Reporter: Matthias Reischenbacher
> Attachments: footnote_in_absolute_block-container.fo,
> footnote_in_absolute_block-container.patch,
> footnote_in_absolute_block-container.patch
>
>
> Using footnotes inside block containers, which have an absolute position,
> causes a NullPointerException.
> Attaching fo file for reproducing the error and a patch.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)