Comment 3 for bug 296837

Revision history for this message
Frantique (undernetangel) wrote :

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>