https://issues.apache.org/bugzilla/show_bug.cgi?id=50509
Summary: Wrong rtf list label without auto increment generated
by fop revision 1036000
Product: Fop
Version: 1.1dev
Platform: PC
Status: NEW
Severity: normal
Priority: P2
Component: rtf
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=26436)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26436)
The original fo file
I am trying to generate the rtf file with the attached fo file:
Correct content of the generated rtf should be as followed:
a. nested list item
b. nested list item with more text. nested list item with more text.
nested list item with more text. nested list item with more text.
nested list item with more text. nested list item with more text.
c. nested list item
But the result is not correct.
a. nested list item
a. nested list item with more text. nested list item with more text.
nested list item with more text. nested list item with more text.
nested list item with more text. nested list item with more text.
a. nested list item
Lists with the roman list label has the same problem.
It seems that FOP treat these labels as bullet labels or it cannot deal with
the auto increment of the alpha and roman labels.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.