-
Notifications
You must be signed in to change notification settings - Fork 3
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
Reporting - Sometimes an unwanted page break appears at the beginning of the Questionnaires #546
Comments
Well since page break is not an html thing and we never add any page break, i would think the Html to Pdf tools is trying to keep the table's row on one page. |
Well it was a known issue in some earlier version, i don't know which version we are currently using. There's some css stuff I could try. |
css trick (add thead and tbody) :
|
WOW! |
Je vais injecter ce css à la création du document, ça devrait régler le problème. |
@Jeepsboucher SVP indiquer ce qui fait que ce point est bloqué et ce que ça prend pour le débloquer. |
@iamkinetic J'ai essayer le code que tu avais mis plus haut, cela n'a pas fonctionné. J'ai essayer de trouver une autre solution, mais au final rien n'a marché. De plus, certain rapports n'ont pas le problème. |
Effectivement, le probleme n'arrive pas sur tout les rapports mais de memoire il me semble que ca arrive quand meme assez régulièrement. Est-ce que ca dépend des champs (questions) qui ont été rempli ou laissé vide??? |
Nous n'avons pas réussi à régler ce problème et nous le mettons de côté pour l'instant. |
Ce n’est pas une issue bloquante. On va voir à l’utilisation si on peut trouver le moyen de reproduire le problème de façon systématique. Ensuite, ça sera plus facile a réglé ou trouver un work-around
|
Describe the bug
Reporting - Sometimes an unwanted page break appears at the beginning of the Questionnaires
To Reproduce
It happen something but I don't know yet how to reproduce it. More to come ...
The text was updated successfully, but these errors were encountered: