Closed
Bug 186897
Opened 22 years ago
Closed 22 years ago
Fails to print contents of entire web page
Categories
(Core :: Printing: Output, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 153332
People
(Reporter: mbandak, Assigned: rods)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
When print button (or File/Print) is chosen, Mozilla prints only the 'first
screens' worth (first 'page'?; a single printed page) of web site. Netscape 4.78
& 6.2.3 does same thing. Opera prints 15 pages, but not in correct format. IE is
the 'only' browser (5.5.4807.2300) so far to print entire web page 'correctly'
- well, in it's entirety. I am NOT an IE fan to say the least.
I'm sure this problem 'exists' - but I've been out of the 'programming side' of
things for several years now - so I'm not quite sure I saw an 'exact match'.
Apologies if already reported in form I could not identify. Certainly NOT trying
to waste anyone's time. So far, LIKE what I see!
Reproducible: Always
Steps to Reproduce:
1. Type in (copy/paste) URL
2. Click on Print icon - or File/Print/All.
3. Gives me 'only what will fit on a single printed page' - in this case, a
'shared' HP 2100M Laser. (Does not seem to be printer 'dependent'.)
Actual Results:
Received only what would fit onto 'a single page' of paper. IE 5.5 (noted
above) printed: page 1 of 13 - through page 13 of 13.
Expected Results:
Print all pages of web site URL - in this case, 13 (roughly) pages as noted above.
Have only recently installed. Using 'defaults' with exception of setting to
'blank' for my home page. No other 'known changes' have been made to browser.
Using for testing and because I feel the need to find a QUALTITY alternative to
M$ IE browser which seems to be 'taking over the world'. More and more vendor
packages seem to work only with IE. Find this very disturbing.
Mozilla continues to function just fine. No crashes. No errors. Can continue,
back, new location, etc.
Here are the 'opening lines' of the 'View/Source' as grabbed via NS 6.2.3:
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><!--
InstanceBegin template="/Templates/tbl.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<!-- InstanceBeginEditable name="doctitle" --> <title>Super Tweaks for Windows
XP by Black Viper</title>
<!-- InstanceEndEditable --> <!-- InstanceBeginEditable name="head" --> <link
rel="up" title="OS Guides" href="/Articles/OS/OSguides.htm" />
<meta name="Description" content="Black Viper's Windows XP Super Tweak Home
Page!" />
<!-- InstanceEndEditable --> <meta http-equiv="content-language" content="en" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta
http-equiv="Content-Style-Type" content="text/css" /> <meta name="copyright"
content="Copyright 1999-2002 by Black Viper, All Rights Reserved" /> <meta
name="author" content="Black Viper" /> <link rel="alternate stylesheet"
type="text/css" media="all" href="/bv2002b.css" title="BV Default (Black)" />
<link rel="alternate stylesheet" type="text/css" media="all" href="/bv2002w.css"
title="BV Alt (White)" />
<link rel="alternate stylesheet" type="text/css" media="all" href="/bv2002c.css"
title="BV Alt (Color)" />
<link rel="stylesheet" type="text/css" media="all" href="/bv2002b.css" title="BV
Default" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="author" href="/MyStuff/AboutMe/aboutme.htm" />
<link rel="copyright" href="/Admin/legal.htm" />
<link rel="bookmark" title="Black Viper's Web site"
href="http://www.blkviper.com/index.html" />
<link rel="help" title="Ask BV" href="/AskBV/askBV.htm" />
<link rel="search" title="Search Site" href="/Admin/search.htm" />
<link rel="start" title="Black Viper's Web Site" href="/index.html" />
<script type="text/javascript" src="/css.js"></script>
</head>
<body>
<div class="content"> <!-- InstanceBeginEditable name="Document Body" --> <hr />
<h2>Windows XP Super Tweaks</h2><hr />
End 'copy'.
The URL you provided could not be found. Entire blkviper seems
down/non-existing; Google doesn't show anything either.
Summary: Fails to print contents of entire web page → Fails to print contents of entire web page
Big div's with position: absolute.
Could be a dupe of bug 153332.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•