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 2008/05/02 18:38:21 UTC

DO NOT REPLY [Bug 43474] wrap-option="wrap" doesn't work

https://issues.apache.org/bugzilla/show_bug.cgi?id=43474


Andreas L. Delmelle <ad...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
            Version|0.93                        |1.0dev




--- Comment #2 from Andreas L. Delmelle <ad...@apache.org>  2008-05-02 09:38:21 PST ---
FWIW: I've been looking closer at this one, and it seems to be related to the
support for Unicode-linebreaking.

The problem is that this algorithm, implemented in
TextLayoutManager.getNextKnuthElements(), does not find a feasible
break-possibility for the word-fragment in question. By itself, this is not an
error. However, there is no form of correction in case the total word-fragment
IPD exceeds the LayoutContext's reference-IPD, and so the entire fragment is
presented to the LineLayoutManager as a monolithic box.


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