Open pennal opened 3 years ago
Thank you i will try to replicate this
I created a simple example to show the issue: https://github.com/pennal/test-pdf/
It has the same dependencies as my project, although stripped down. It shows the same issues I described in the empty view
Hi, were you able to look into this?
Try to put lower pdf quality for eg. 1. That worked for me in safari mobile.
Describe the bug I have a component that I need to use to geenrate a table in a pdf, and then download it. This is a stripped down version
Depending where this component is placed, the results vary. I have two views that I used, an empty view and a view with all the bookings in a calendar/table (Call them empty and standard respectively). In general there are issues where the pdf name is not repsected, and the float window is transparent. Also, sometimes a blank page is rendered
Firefox Dev (86.0b8)
Firefox (85.0.2)
Chrome (88.0.4324.150)
Safari (14.0.3)
To Reproduce Steps to reproduce the behavior:
Screenshots Empty float window (Firefox standard):
Correctly shown and rendered (Firefox Dev):
Package Version 1.8.0
Additional context The issue seems to be the worst on the standard firefox. What I cannot understand though is how it works in one view, and then in the other it simply fails. The data is exactly the same, the only difference is that there are other elements attached to it.