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/03/26 20:06:33 UTC

DO NOT REPLY [Bug 44681] LineBreakingAlgorithm in Version 0. 95beta incorrect in some cases

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


Jeremias Maerki <je...@apache.org> changed:

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




--- Comment #1 from Jeremias Maerki <je...@apache.org>  2008-03-26 12:06:33 PST ---
It's not a bug, it's a feature! ;-) The reason for the changed behaviour is
added support for inline-level keeps. You've got a keep-together="always" on a
parent block of the content that is not breaking. keep-together="always"
indirectly also sets keep-together.within-line="always". That's why the line
cannot be broken.

Please change the keep to keep-together.within-column="always" and it will be
as you expect.


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