Closed
Bug 4467
Opened 26 years ago
Closed 25 years ago
Major printing problems with the Viewer app
Categories
(Core :: Printing: Output, defect, P3)
Tracking
()
VERIFIED
FIXED
M8
People
(Reporter: paul, Assigned: dcone)
Details
Gecko has big problems printing, which the viewer app (VC++ 6.0, NT 4.0,
optimized build) also exhibits.
At the end of this note you'll find some html. Copy it to a file, substitute
the name of an existing image for "foo.jpg", have the viewer display it, then
select File\Print. You should get 2 pages with the following problems:
1. The image is not printed.
2. Both pages contain an extra horizontal and vertical line at the top and left
margins respectively.
3. The content of the first page is re-printed on the second page, along with
what should properly be the content of the second page.
<html>
<body>
before image
<img src="foo.jpg">
after image<br>
line 1<br>
line 2<br>
line 3<br>
line 4<br>
line 5<br>
line 6<br>
line 7<br>
line 8<br>
line 9<br>
line 10<br>
line 11<br>
line 12<br>
line 13<br>
line 14<br>
line 15<br>
line 16<br>
line 17<br>
line 18<br>
line 19<br>
line 20<br>
line 21<br>
line 22<br>
line 23<br>
line 24<br>
line 25<br>
line 26<br>
line 27<br>
line 28<br>
line 29<br>
line 30<br>
line 31<br>
line 32<br>
line 33<br>
line 34<br>
line 35<br>
line 36<br>
line 37<br>
line 38<br>
line 39<br>
line 40<br>
line 41<br>
line 42<br>
line 43<br>
line 44<br>
line 45<br>
line 46<br>
line 47<br>
line 48<br>
line 49<br>
line 50<br>
line 51<br>
line 52<br>
line 53<br>
line 54<br>
line 55<br>
line 56<br>
line 57<br>
line 58<br>
line 59<br>
line 60<br>
line 61<br>
line 62<br>
line 63<br>
line 64<br>
line 65<br>
line 66<br>
line 67<br>
line 68<br>
line 69<br>
line 70<br>
line 71<br>
line 72<br>
line 73<br>
line 74<br>
line 75<br>
line 76<br>
line 77<br>
line 78<br>
line 79<br>
line 80<br>
line 81<br>
line 82<br>
line 83<br>
line 84<br>
line 85<br>
line 86<br>
line 87<br>
line 88<br>
line 89<br>
line 90<br>
line 91<br>
line 92<br>
line 93<br>
line 94<br>
line 95<br>
line 96<br>
line 97<br>
line 98<br>
line 99<br>
line 100<br>
</body>
</html>
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•25 years ago
|
Target Milestone: M6
Assignee | ||
Updated•25 years ago
|
Target Milestone: M6 → M7
Assignee | ||
Updated•25 years ago
|
Component: Viewer App → Printing
Assignee | ||
Comment 2•25 years ago
|
||
This bug is just the double printing of the image now. The images are fixed and
the horizontal and vertical lines are now gone.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M7 → M8
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•25 years ago
|
||
using the current build, 071699, I copied the html into a file, included an
image and printed it. The image prints fine, there were no horizontal or
vertical lines, and no reprint of data
You need to log in
before you can comment on or make changes to this bug.
Description
•