Closed
Bug 368409
Opened 19 years ago
Closed 18 years ago
Images not shown in javascript
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
INCOMPLETE
People
(Reporter: list, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.8.1.1) Gecko/20061208 Firefox/2.0.0.1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.8.1.1) Gecko/20061208 Firefox/2.0.0.1
Reading the most popular newspaper of Argentina (www.clarin.com) the pop up images(infografias) i cant see.
I get the source code of one, and into the source exist a real link to the image. The image exist and is openable.
Firefox 1.5 works fine
Firefox 2.0 dont see the image
Reproducible: Always
Steps to Reproduce:
1.
Enter www.clarin.com (preferently a spanish people)
2.
Look for a news with graphic details (I dont know how say "infografias" in english)
Actual Results:
One window open, with a grey region and the title correctly displayed. but no image into the grey region.
Expected Results:
One window open, with a grey region and the title correctly displayed. but WITH an bigger image into the grey region.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="es">
<head>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<title>Clarín.com</title>
<link href="http://img.clarin.com/shared/v8/css/fotogaleria.css" type="text/css" rel="stylesheet">
<script type="text/javascript">
var arrayEpigrafe = new Array("Interbalnearia");
var arrayFuente = new Array("");
var arrayUrl = new Array("http://www.clarin.com/diario/2007/01/27/fotos/info48.jpg");
var arrayMtmIds = new Array("660497");
var indice=0;
var total=1;
</script>
<script type="text/javascript" src="js/galeriaInfografia.js"></script>
</head>
<body onload="actualiza();mostrarById(660497);">
<form name="frm">
<input type="hidden" name="mtmPath" value="">
<div class="subcon">
<br class="sep3">
<!-- titulo -->
<span class="tt1">La ruta 11, un peligro: en enero hubo un accidente cada dos días<br /></span>
<div class="sep3"><br></div>
<!-- foto -->
<table cellpadding="0" cellspacing="0" border="0" align="center" class="ft03g">
<tr><td class="ftb00"><img name=foto src="http://img.clarin.com/shared/v7/img/gal/im_punto.gif" border="0"><br></td></tr>
</table>
</div>
</form>
<div style="visibility:hidden;display:none;">
<script type="text/javascript" src="http://www.clarin.com/shared/v8/js/certifica.js"></script>
<script type="text/javascript">hitCertifica('200048','busquedainternet/resultadosimagenes','Resultados Imagenes');</script>
</div>
</body>
</html>
Comment 1•19 years ago
|
||
Does this happen with a new profile?
- http://kb.mozillazine.org/Profile_manager
Comment 2•18 years ago
|
||
No response from reporter --> INCOMPLETE
Reporter, if you still see this problem then please reopen this bug. Thanks!
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INCOMPLETE
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•