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/11/26 21:12:47 UTC

DO NOT REPLY [Bug 25031] New: - [PATCH] LineLayoutManager.getNextBreakPoss fails to add bp to vecInlineBreaks

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=25031>.
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=25031

[PATCH] LineLayoutManager.getNextBreakPoss fails to add bp to vecInlineBreaks

           Summary: [PATCH] LineLayoutManager.getNextBreakPoss fails to add
                    bp to vecInlineBreaks
           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


[PATCH] LineLayoutManager.getNextBreakPoss:
If prevBP == null, the bp is accepted after all. It should
now also be added to vecInlineBreaks. The patch does that.