The problem can be reproduced if the page tries to print automatically. It does not appear if the window.print is attached to an onclick event. As example:
<html> <head> </head> <body> <div>Some content.</div> <script language="JavaScript1.2"> window.print(); </script> </body> </html> -- Firefox segfaults when calling window.print (javascript) https://bugs.launchpad.net/bugs/296837 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
