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/01 04:14:18 UTC

DO NOT REPLY [Bug 25059] - [PATCH] LineLayoutManager: first word in line too long

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

[PATCH] LineLayoutManager: first word in line too long

glenmazza@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fop-dev@xml.apache.org
         AssignedTo|fop-dev@xml.apache.org      |glenmazza@yahoo.com



------- Additional Comments From glenmazza@yahoo.com  2003-12-01 03:14 -------
Simon, I'm looking at your patch now.  Just to be careful, I need two 
clarifications:

1.)  Case #1 and Case #2 both have the same conditional "If prevBP == null"--
was that intended, or did you actually mean for one of them to be "if prev == 
null" or "if prevBP != null", etc.?  

2.)  Case #4 and Case #5 below have identical text--do you miss something there?

Thanks,
Glen