Comment 5 for bug 299483

Revision history for this message
Frantique (undernetangel) wrote :

One more important thing: Firefox crashes just if I am opening the printable page with window.open and I define width and height.
Ex.:
WILL CRASH: <button name="printbtn" value="Print" onclick="window.open('print.php?page=page','Printing...','menubar=0,resizable=1,width=450,height=450')">Print</button>

WILL NOT CRASH: <button name="printbtn" value="Print" onclick="window.open('print.php?page=page','Printing...','menubar=0,resizable=1')">Print</button>