https://issues.apache.org/bugzilla/show_bug.cgi?id=49848
Summary: keep-together.within-line="always" does not work with
nested fo:inline
Product: Fop
Version: 0.95
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: page-master/layout
AssignedTo: [email protected]
ReportedBy: [email protected]
As per suggestion on fop-users@, entering an issue:
I am trying to prevent a line from breaking, so I wrapped it inside a
<fo:inline keep-together.within-line="always">...</fo:inline>. This works as
long as the line is a plain text, but does not work if there is a nested
fo:inline. In that case, the line breaks at the nested fo:inline.
Here is a FO snippet:
===========================
<fo:inline keep-together.within-line="always">very long and nasty
<fo:inline/>line that should not probably wrap unless somebody is using a
nested fo inline <fo:inline/> which allows this line to wrapping
around<fo:inline/> even though it should not</fo:inline>
===========================
I am using FOP 0.95, packages from Ubuntu 10.04.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.