Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Printing bug since FF 56 - first page is fine but data on page 2 is missing!?

  • 21 replies
  • 5 have this problem
  • 1 view
  • Last reply by Sotel

more options

Dear community,

we print invoices out of html. In html the invoices are fine. As soon as we hand over the data to the printer (printer preview) only the first page is fine.

On the second page the address data and whole top adress block is missing!? Since 10 years we use this data format and never had issues.

We use commands like
<TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY>
<TR>
<TD noWrap width="40%"> 

etc.

On chrome everything works fine. Other customers who use the invoice software report the same issue with FF 56.

We need to use chrome now...

Thanks Heiko

Dear community, we print invoices out of html. In html the invoices are fine. As soon as we hand over the data to the printer (printer preview) only the first page is fine. On the second page the address data and whole top adress block is missing!? Since 10 years we use this data format and never had issues. <pre><nowiki> We use commands like <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD noWrap width="40%"> </nowiki></pre> etc. On chrome everything works fine. Other customers who use the invoice software report the same issue with FF 56. We need to use chrome now... Thanks Heiko

Modified by cor-el

All Replies (1)

more options

jscher2000 said

If you do not need tables inside of tables, then you're okay. If you do need tables inside of tables, there needs to be a separation between the embedded table and the cell it is embedded in: <td> <table> PROBLEM <td>Some Text <table> OKAY <td> <table style="margin-top:0.1px"> OKAY

This worked fine :) Thanks!!!!

  1. 1
  2. 2