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 2006/12/07 11:39:01 UTC

DO NOT REPLY [Bug 41121] New: - Undesirable behavior when text overflows

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=41121

           Summary: Undesirable behavior when text overflows
           Product: Fop
           Version: 1.0dev
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: page-master/layout
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: vincent.hennebert@anyware-tech.com


When text cannot be broken to fit in its area, the fallback mechanism sometimes
picks wrong too-short/too-long nodes. The attached file illustrates that: the
first line should be split at the space character.
The restarting mechanism needs to be re-worked; when that's done this file may
be used to check that the handling has actually been improved.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

DO NOT REPLY [Bug 41121] - Undesirable behavior when text overflows

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=41121





------- Additional Comments From vincent.hennebert@anyware-tech.com  2006-12-07 02:40 -------
Created an attachment (id=19222)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19222&action=view)
Sample file demonstrating the problem


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

DO NOT REPLY [Bug 41121] - Undesirable behavior when text overflows

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=41121


lfurini@cs.unibo.it changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




------- Additional Comments From lfurini@cs.unibo.it  2006-12-12 06:42 -------
The problem is that the algorithm finds a feasible break after the first word,
and correctly judges it as a good break, but the next word overflows and causes
the algorithm to restart.

While choosing the restarting position, the good break found before is
completely ignored.

This is a different manifestation of bug 41019, so I'm marking this as a duplicate.

There is some work in progress to fix it.

*** This bug has been marked as a duplicate of 41019 ***

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.