Closed
Bug 409031
Opened 17 years ago
Closed 14 years ago
When printing the web page, there are missing images.
Categories
(Core :: Printing: Output, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: kirkp, Unassigned)
Details
(Whiteboard: [closeme 2011-03-15])
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
I will cut/paste the HTML. This is simple HTML that contains a table structure. The rendered HTML is a graph with vertical bars. In the browser the graph appears complete. When you print preview the graph appears complete. However when you print, some of the images do not print. Although the vertical bars are present, the images within some of the bars are not.
Reproducible: Always
Steps to Reproduce:
1. Save HTML (included in this bug
2. Click File, Print.
3. Notice the missing images.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<META http-equiv="Content-Style-Type" content="text/css">
</HEAD>
<BODY>
<!-- adding the body style breaks the graph -->
<STYLE type="text/css">
body {
font-family: Arial;
}
</style>
<table border="0" cellpadding="0" cellspacing="0">
<tr style="vertical-align: bottom;">
<td>
<div>45</div>
<img src='http://www.corelogic.com/CSResource/CNSResource/decor/images/yellowbar.gif' height="97.82608695652173" width="15" border="0" />
</td>
<td>
<div>25</div>
<img src='http://www.corelogic.com/CSResource/CNSResource/decor/images/greenbar.gif' height="54.347826086956516" width="15" border="0" />
</td>
<td>
<div>69</div>
<img src='http://www.corelogic.com/CSResource/CNSResource/decor/images/yellowbar.gif' height="150.0" width="15" border="0" />
</td>
<td>
<div>33</div>
<img src='http://www.corelogic.com/CSResource/CNSResource/decor/images/greenbar.gif' height="71.73913043478261" width="15" border="0" />
</td>
<td>
<div>41</div>
<img src='http://www.corelogic.com/CSResource/CNSResource/decor/images/yellowbar.gif' height="89.13043478260869" width="15" border="0" />
</td>
<td>
<div>25</div>
<img src='http://www.corelogic.com/CSResource/CNSResource/decor/images/greenbar.gif' height="54.347826086956516" width="15" border="0" />
</td>
<td>
<div>45</div>
<img src='http://www.corelogic.com/CSResource/CNSResource/decor/images/yellowbar.gif' height="97.82608695652173" width="15" border="0" />
</td>
<td>
<div>25</div>
<img src='http://www.corelogic.com/CSResource/CNSResource/decor/images/greenbar.gif' height="54.347826086956516" width="15" border="0" />
</td>
<td>
<div>40</div>
<img src='http://www.corelogic.com/CSResource/CNSResource/decor/images/yellowbar.gif' height="86.95652173913044" width="15" border="0" />
</td>
<td>
<div>23</div>
<img src='http://www.corelogic.com/CSResource/CNSResource/decor/images/greenbar.gif' height="50.0" width="15" border="0" />
</td>
<td>
<div>39</div>
<img src='http://www.corelogic.com/CSResource/CNSResource/decor/images/yellowbar.gif' height="84.78260869565217" width="15" border="0" />
</td>
<td>
<div>20</div>
<img src='http://www.corelogic.com/CSResource/CNSResource/decor/images/greenbar.gif' height="43.47826086956522" width="15" border="0" />
</td>
<td>
<div>30</div>
<img src='http://www.corelogic.com/CSResource/CNSResource/decor/images/yellowbar.gif' height="65.21739130434783" width="15" border="0" />
</td>
<td>
<div>14</div>
<img src='http://www.corelogic.com/CSResource/CNSResource/decor/images/greenbar.gif' height="30.43478260869565" width="15" border="0" />
</td>
<td>
<div>8</div>
<img src='http://www.corelogic.com/CSResource/CNSResource/decor/images/yellowbar.gif' height="17.391304347826086" width="15" border="0" />
</td>
<td>
<div>6</div>
<img src='http://www.corelogic.com/CSResource/CNSResource/decor/images/greenbar.gif' height="13.043478260869565" width="15" border="0" />
</td>
</tr>
</table>
</BODY>
</HTML>
Updated•17 years ago
|
Component: General → Printing: Output
Product: Firefox → Core
QA Contact: general → printing
Version: unspecified → 1.8 Branch
Comment 1•14 years ago
|
||
do you see this issue still with version 3.6 or 4.0 beta?
Whiteboard: [closeme 2011-03-15]
Comment 2•14 years ago
|
||
No response to needed information. -> incomplete report
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•