[ https://issues.apache.org/jira/browse/FOP-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16500651#comment-16500651 ]
Petter Reinholdtsen commented on FOP-1196: ------------------------------------------ [Simon Steiner] All I can say is that the float did not show up when I tested using the example files available from <URL: https://bugs.debian.org/867538 >. I last tested using version 2.1. The warning about not supporting flote is gone, but the text did not show up in the PDF. Am I doing it wrong? I reported the issue as <URL: https://issues.apache.org/jira/browse/FOP-2727 > which was closed as a duplicate of this issue, so I assumed the patch mentioned here would solve it. Am I wrong? -- Happy hacking Petter Reinholdtsen > [PATCH] GSoC: floats implementation > ----------------------------------- > > Key: FOP-1196 > URL: https://issues.apache.org/jira/browse/FOP-1196 > Project: FOP > Issue Type: Improvement > Components: layout/unqualified > Affects Versions: trunk > Environment: Operating System: All > Platform: All > Reporter: Vincent Hennebert > Priority: Major > Labels: PatchAvailable > Attachments: patch.diff, patch2.diff, patchBeforeFloats-2.diff, > patchBeforeFloats.diff, patchDisabledTestcases.diff, patchTestcases.diff > > > This patch isn't really meant to be applied... Rather to be reviewed by > interested parties to check if I'm not wrong. Changelog: > * javadocs for the Knuth line- and page-breaking algorithms. Some items are > marked with double question marks because I haven't found out yet what is > their > purpose. I will probably find eventually, but if anybody has immediate hints > they will be welcome. > * some methods have been marked deprecated because AFAICT they are not called > anywhere. If this is agreed I'll remove them in my next patch > * bugfix? In the last for loop of the method > layoutmgr.PageBreakingAlgorithm.noBreakBetween I think the exit condition > should > be a strict comparison ('<' instead of '<='). Confirmation? > * the javadoc comments for some methods have been removed because they will > inherit them from their super-class > * some checkstyle fixes -- This message was sent by Atlassian JIRA (v7.6.3#76005)