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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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.