https://issues.apache.org/bugzilla/show_bug.cgi?id=50522
Summary: fo:list-item-label incorrectly rendered
Product: Fop
Version: 1.0
Platform: PC
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: rtf
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=26447)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26447)
Contains bug.fo to reproduce bugs and bug.pdf/.rtf with correct/wrong result.
Command line: fop -fo bug.fo -rtf bug.rtf
See attached files to reproduce error.
The list-item-label in the rtf result file is not rendered correctly (checked
with OpenOffice writer under Linux and WordPad under Windows): the label is
missing.
For comparison look at bug.pdf, which was produced from the same input file:
this is how the result is supposed to look like.
Bug can be reproduced with fop-1.0 and fop-20101226.
Related bug:
rtf rendering entirely fails with severe error if you replace
<fo:list-item-label end-indent="148mm">
by
<fo:list-item-label end-indent="label-end()">
whereas pdf rendering works as expected.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.