Opening page opens print dialog

Bug #13181 reported by Tollef Fog Heen
10
Affects Status Importance Assigned to Milestone
firefox (Ubuntu)
Invalid
Medium
Thom May

Bug Description

Opening the link below:

http://216.239.59.104/search?q=cache:H8-Vvmd6ByEJ:www.geocrawler.com/mail/msg_raw.php3%3Fmsg_id%3D8686678+Xlibs+cookie+MIT-MAGIC-COOKIE&hl=no&client=firefox

causes firefox to open the print dialog window.

Firefox version is 1.0+dfsg.1-2ubuntu5; reproduced by others on other multiple
(i386, amd64) architectures on IRC.

Revision history for this message
Daniel Robitaille (robitaille) wrote :

is that a problem? Looking at the source of that page, it seems that it is
coded in it via javascript that the page must open the printing window when
displaying it:

<BODY onLoad="doPrint()" BGCOLOR="WHITE">

where the "doPrint()" call do in the case of Firefox:

function doPrint() {
    if ((browserName=="Netscape")&&(browserVer>3)) {
        window.print();

Revision history for this message
Thom May (thombot) wrote :

As per Daniel, this is expected behaviour

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.