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>

-- 
Firefox crashed on printing page.
https://bugs.launchpad.net/bugs/299483
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to