Closed
Bug 49804
Opened 25 years ago
Closed 25 years ago
Several clickable ad graphics on this page are doubled
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: bowsertb, Assigned: clayton)
References
()
Details
Attachments
(1 file)
|
814 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; m17) Gecko/20000807
BuildID: 2000080712
The cited page, and most others on this site (http://www.accuweather.com) have a
display/layout problem in Mozilla that is not seen in NS4.x or IE. The
clickable ads on the top and right side have a doubled graphic element; the
graphic shows twice, vertically aligned to it's twin. The telltale function of
the mouse (URL display in the bottom program frame) displays the destination for
both graphics.
Reproducible: Always
Steps to Reproduce:
Go to the URL. No special setup required
Actual Results: As described above
Expected Results: The graphics should be displayed once per position on the
page, instead of the vertical twin effect seen.
Comment 1•25 years ago
|
||
confirmed with 0822008 mozilla build on NT
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•25 years ago
|
||
kinda similar to bug 49598. one set of ads is drawn by javascript, and the
other set is enclosed in noscript tags.
Comment 3•25 years ago
|
||
oops, that's not what's happening at all. the page has some complicated
javascript which draws two things: an image, and an iframe with src=
http://ad.doubleclick.net/adj/accuweather.com/accuweather;in=home;pg=5daho;abr=!
ie;sz=258x60;tile=2;ord=0 (actually ord number representing the time)
if you download that iframe with ie, you get
<--
//-->
if you download it with netscape, you get application/x-javascript with
document.write('<a target="_top"
href="http://ad.doubleclick.net/click;1358282;0-0;1;4138898;378-258|60;0|0|0;;?
http://www.accuweather.com/adchurr/index"><img
src="http://m.doubleclick.net/viewad/400445-hurricane2.gif" border=0 width=258
height=60 alt="Click here to find out more!"></a>');
marking invalid.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Comment 4•25 years ago
|
||
Comment 6•25 years ago
|
||
I just reported the problem to accuweather using
http://www.accuweather.com/adcbin/contact .
Keywords: evangelized
Original bug explaining this #49598. Also verified.
Status: RESOLVED → VERIFIED
Updated•25 years ago
|
Keywords: evangelized
You need to log in
before you can comment on or make changes to this bug.
Description
•