-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing image elements #1383
Labels
Comments
@depth42 Thank you for reporting the issue. I am investigating it and found that this problem (float box near page bottom may disappear if the float element and its sibling elements have parent inline element) existed since very old versions of vivliostyle. |
Thank you for fixing this so fast. It now works fine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Under some circumstances, image elements are missing in the paginated HTML output.
To Reproduce
Paginate the attached document with Vivliostyle v2.30.4
Expected behavior
The paginated output should contain an image at the bottom of the first page like in this screenshot.
Actual behavior
The paginated output contains an empty area where the image should be:
Desktop:
Additional context
If you remove the span element (by removing lines 25 and 32 from the HTML input file), the pagination is working correctly.
VivliostyleBug.zip
The text was updated successfully, but these errors were encountered: