Closed
Bug 228485
Opened 21 years ago
Closed 20 years ago
Firebird incorrectly generates 101 print pages from NEXOR company profile page
Categories
(Core :: Printing: Output, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: fehe, Assigned: bugzilla)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
10.79 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031214 Firebird/0.7+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031214 Firebird/0.7+
When you visit http://www.nexor.com/profile.asp and click either print or print
preview, Mozilla Firebird produces 101 pages. This is incorrect - it should be
only two pages. Microsoft Internet Explorer correctly produces only 2 pages.
Reproducible: Always
Steps to Reproduce:
1. Visit http://www.nexor.com/profile.asp
2. Select File --> Print Preview or File --> Print... (better load up your printer)
3. Mozilla Firebird will generate 101 pages instead of 2.
Actual Results:
101 pages are displayed via Print Preview or 101 pages are sent to the printer.
Expected Results:
Only 2 pages should have been printed
This problem exists on Windows 2000 also, and affects all 0.7+ and possibly also
0.6+ builds.
Comment 1•21 years ago
|
||
Confirming. Also occurs in Seamonkey, so off to Browser.
Status: UNCONFIRMED → NEW
Component: General → Printing
Ever confirmed: true
Product: Firebird → Browser
Version: unspecified → Trunk
Comment 2•21 years ago
|
||
<TABLE HEIGHT=100%>
<TR>
<TD ROWSPAN=2>
[lots of text]
</TD>
<TD></TD>
</TR>
<TR>
<TD></TD>
</TR>
</TABLE>
Comment 3•20 years ago
|
||
With Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a4) Gecko/20040907, a print
preview of the testcase is only 3 pages now. This issues has been fixed in
another bug, which I can't recall at the moment.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•