Closed
Bug 304700
Opened 19 years ago
Closed 19 years ago
the print preview and the printed material different from that viewed in the browser,missing fields.
Categories
(Core :: Printing: Output, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mackalac, Unassigned)
References
()
Details
Attachments
(3 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; hu-HU; rv:1.7.10) Gecko/20050717 Firefox/1.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; hu-HU; rv:1.7.10) Gecko/20050717 Firefox/1.0.6
In the page at http://www.lyngsat.com/amos1.html, text in the first column
should be 11224 H (below the FREQ TP) and there is nothing. Under next lines
some data missing too.
When I print some pages from this website, (hotbird, astra,upc) as the print
preview shows, there are empty pages.
Reproducible: Always
Steps to Reproduce:
1.Open http://www.lyngsat.com/amos1.html
2.File/print preview
3.Print or compare to screen as the browser shows.
Actual Results:
missing datas, broken pages in some cases.(viewing hotbird, upc direct)
Expected Results:
Print everything as the browser shows.
Comment 1•19 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050815
Firefox/1.0+
When I do print preview of the URL, the Frequency column to the left of HBO
Central Europe is blank.
Updated•19 years ago
|
Component: General → Layout: Tables
OS: Windows XP → All
Product: Firefox → Core
QA Contact: general → layout.tables
Version: unspecified → Trunk
Comment 2•19 years ago
|
||
Comment 3•19 years ago
|
||
fails as you suggest at Gecko/20050917. but WFM Gecko/20051112 ... Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051112 Firefox/1.6a1 (though testcase table pagination is bad, which is a different bug)
marking WFM.
If you can reproduce with *trunk* build from www.mozillazine.org (a nightly or release candidate) then please reopen the bug with new information -- note: there are numerous other print bugs (including table bugs) but they are not filed under "firefox" - to find them you need to search product=core, components print preview and printing.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Component: Layout: Tables → Printing
Resolution: --- → WORKSFORME
Comment 4•19 years ago
|
||
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.9a1) Gecko/20051116 SeaMonkey/1.5a
I can't print, but I'm seeing problems on the testcase in Print Preview.
Problems may be related to the attribute rowspan
Comment 5•19 years ago
|
||
Testcases consist of a div with specified height preceding a complex table with rowspans and colspans.
<body>
<div style="height:41%"></div>
<table border cellspacing=0 cellpadding=0>
<tr>
<td colspan=10>
My settings: Portrait, Scale=100%, Format A4, margins = 12.7mm,
Canon BJ330 Resolution 360x360
the original testcase #1 has height:80% and gives a broken display on my settings.
Changing the div to height:41% gave me a working preview, 42% gave me a broken preview. When I changed top and bottom margin of the printer to 0, up to 46% was working, starting 47% it was broken.
Comment 6•19 years ago
|
||
same printersettings as before
You need to log in
before you can comment on or make changes to this bug.
Description
•