You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a book set to McLuhan, list items in an ordered list within a textbox appear correctly in the webbook, but incorrectly in PDF exports.
When we export a PDF with an ordered list within a textbox, list items after the first one have their corresponding number placed on one line, followed by a dot on a second line, followed by their content on that second line.
In an ordered list with nested items, only the top-level list items are affected:
This only occurs in PDF exports and does not occur with ordered lists outside of textboxes.
PDF exports of books set to Malala don't appear to have this issue.
The issue is also not apparent from the XHTML source, only the exported PDF file.
Steps to Reproduce
Set a book to McLuhan.
Create a textbox in a chapter.
In the textbox, add an <ol> with multiple items.
Save the chapter.
View the chapter in the webbook. It should display normally.
Export the chapter in a PDF.
Expected behavior: The list displays correctly in the PDF, as it does in the webbook chapter.
Actual behavior: The numbering of list items is formatted strangely from the second (top-level) list item on.
The text was updated successfully, but these errors were encountered:
Description
In a book set to McLuhan, list items in an ordered list within a textbox appear correctly in the webbook, but incorrectly in PDF exports.
When we export a PDF with an ordered list within a textbox, list items after the first one have their corresponding number placed on one line, followed by a dot on a second line, followed by their content on that second line.
In an ordered list with nested items, only the top-level list items are affected:
This only occurs in PDF exports and does not occur with ordered lists outside of textboxes.
PDF exports of books set to Malala don't appear to have this issue.
The issue is also not apparent from the XHTML source, only the exported PDF file.
Steps to Reproduce
<ol>
with multiple items.Expected behavior: The list displays correctly in the PDF, as it does in the webbook chapter.
Actual behavior: The numbering of list items is formatted strangely from the second (top-level) list item on.
The text was updated successfully, but these errors were encountered: