You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2003/12/14 19:54:59 UTC

DO NOT REPLY [Bug 25512] New: - [PATCH] Test all breakposs for suppressible content

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25512>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25512

[PATCH] Test all breakposs for suppressible content

           Summary: [PATCH] Test all breakposs for suppressible content
           Product: Fop
           Version: 1.0dev
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: page-master/layout
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: spepping@leverkruid.nl


In LineLayoutManager.getNextBreakPoss, line 325, it should be tested
not only for prevBP, but also for all breakposs after it, whether they
could end the line (i.e., are followed by suppressible content).
This patch does that. The attached fo exercises this patch.

This essentially resolves bug 16626 for the development branch.