diff options
author | Luca Furini <lfurini@apache.org> | 2007-05-15 15:11:34 +0000 |
---|---|---|
committer | Luca Furini <lfurini@apache.org> | 2007-05-15 15:11:34 +0000 |
commit | 29ea9c1b107d76826380f40b57798bb038c6e31b (patch) | |
tree | 67b92fdc465a72fb6ee03ed63c630cd614ae7c7f /status.xml | |
parent | 0266898d9599fb55792ed321acfdf77a53c6c22d (diff) | |
download | xmlgraphics-fop-29ea9c1b107d76826380f40b57798bb038c6e31b.tar.gz xmlgraphics-fop-29ea9c1b107d76826380f40b57798bb038c6e31b.zip |
Fixing a problem with disappearing footnotes inside inlines when hyphenation is enabled, and with disappearing footnotes whose inline child can be hyphenated (quite unlikely, but you never know ...).
As the FootnoteLM was completely "bypassed", it could not add the anchor in the getChangedKnuthElement() phase.
Testcase updated with an example of the "hyphenated inline child" case.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@538198 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 33f9f514b..7078fab7c 100644 --- a/status.xml +++ b/status.xml @@ -28,6 +28,9 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="LF" type="fix"> + Fixed a problem with disappearing footnotes inside hyphenated inlines (and footnotes with hyphenated inline child). + </action> <action context="Code" dev="JM" type="add" fixes-bug="42067" due-to="Paul Vinkenoog"> Add support for exact positioning of internal PDF links. </action> |