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/25 11:23:44 UTC

DO NOT REPLY [Bug 25756] New: - [PATCH] LineLayoutManager.getNextBreakPoss should return null when the line consists only of 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=25756>.
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=25756

[PATCH] LineLayoutManager.getNextBreakPoss should return null when the line consists only of suppressible content.

           Summary: [PATCH] LineLayoutManager.getNextBreakPoss should return
                    null when the line consists only of 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


The patch adds a routine to test whether the line consists of suppressible
content, and a routine to remove all BP of a line, and applies those at the end
of a line to return null when the line consists of suppressible content.