Closed
Bug 469009
Opened 16 years ago
Closed 16 years ago
images blank when printing
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mozilla-bugzilla, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.4) Gecko/2008111319 Ubuntu/8.10 (intrepid) Firefox/3.0.4
Build Identifier: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.4) Gecko/2008111319 Ubuntu/8.10 (intrepid) Firefox/3.0.4
when you print out some web pages, some images remain blank on the print media
- the images will show up in the print preview
- "print background images" option is checked
- i tracked it down and stored this self-explanatory html document at the url mentioned:
<html><head>
<title>div border vs. image printing / aka "How many Bulps are there ?"</title></head><body>
<!-- two cases of "vanishing images", both striped down to the minimum bug triggering requirements -->
<!-- when you print this page (cups/"print to pdf" will do), the first and and the second bulp will be missing -->
<!-- (hope you will be able to reproduce, as it's really tricky - e.g. the first bulp shows up if i
change "width:800px" to "width:500px) -->
<!-- (i have no clue, why this happens) (discovered on google notebook for the curious) -->
<div style="width:800px">
<div style="border-top:1px solid">
<img src="http://www.hostanyimage.com/files/3tq1l4cs6dzxc3egq7r4.jpg">
</div></div>
<div style="border-left:1px solid;border-bottom:1px solid">
<img src="http://www.hostanyimage.com/files/3tq1l4cs6dzxc3egq7r4.jpg">
</div>
<img src="http://www.hostanyimage.com/files/3tq1l4cs6dzxc3egq7r4.jpg">
</body></html>
Reproducible: Always
I found these two related bugs:
https://bugzilla.mozilla.org/show_bug.cgi?id=313466
https://bugzilla.mozilla.org/show_bug.cgi?id=346990
Quick-Reproduction HOWTO:
1. go to http://stashbox.org/321179/notebook.html
2. Control-P
3. Print to pdf
4. $kpdf mozilla.pdf1. go to http://stashbox.org/321179/notebook.html
Comment 3•16 years ago
|
||
Ubuntu bug report:
https://bugs.launchpad.net/ubuntu/+source/firefox-3.0/+bug/299461
Comment 4•16 years ago
|
||
Could not reproduce in either Firefox 3.0.10 or Firefox 3.5preb5.
Neither can I reproduce it at the moment... seems to be gone. This particular case at least... I can't exactly remember now but I think I had a similar issue again lately. Anyway - I won't mind if this bug was closed for now.
Comment 6•16 years ago
|
||
Just closed the Ubuntu bug as the reporter is no longer having issues with Firefox 3.0.11.
Updated•16 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
Version: unspecified → 3.0 Branch
See Also: → https://launchpad.net/bugs/299461
You need to log in
before you can comment on or make changes to this bug.
Description
•