Closed
Bug 88248
Opened 25 years ago
Closed 25 years ago
mazdausa.com - Bad page layout at mazdausa.com [layer]
Categories
(Tech Evangelism Graveyard :: English US, defect, P1)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
People
(Reporter: chrispetersen, Assigned: bc)
References
()
Details
Build: 2001062703
Platform: All
Expected result: Images of cars and trucks should appears in center of page.
What I got: The images are positioned at the bottom of page.
Steps to reproduce:
1) For comparsion, open the url in N4.7
2) Now, open the page in N6.
3) Notice the images are rendered at the bottom of page instead of center (like
4.7).
| Reporter | ||
Updated•25 years ago
|
Summary: Bad page layout at mazdausa,com → Bad page layout at mazdausa.com
| Reporter | ||
Comment 1•25 years ago
|
||
This page uses code sniff the browser:
var OS = 'MAC';
var Browser = 'Netscape';
var Version = 5;
var AOL = false;
var NS4 = document.layers;
var sShortQueryString = 'zip=&did=&state=';
var sQueryString = 'vehicle=&zip=&did=&state=';
var sZip = '';
var sDid = '';
var sVehicle = '';
var sState = '';
var scriptName = '/default.asp';
var sDir = 'root';
Looks like it detects our app as N5 with support for layers.
| Reporter | ||
Comment 2•25 years ago
|
||
The page's js file contains functions which use layers.
http://www.mazdausa.com/include/functions.js
function MM_showHideLayers() { //v3.0
var i,p,v,obj,args=MM_showHideLayers.arguments;
for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) {
v=args[i+2];
if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
obj.visibility=v; }
}
function KH_moveLayers() { //v1.0
var x,y,i,obj,args=KH_moveLayers.arguments;
for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) {
x=args[i+1]; y=args[i+2];
if (obj.style) { obj=obj.style; obj.pixelLeft=x; obj.pixelTop=y; } else {
obj.moveTo(x,y); } }
}
Comment 4•25 years ago
|
||
reassign
Assignee: karnaze → bclary
QA Contact: petersen → zach
Summary: Bad page layout at mazdausa.com → Bad page layout at mazdausa.com [layer]
| Assignee | ||
Comment 5•25 years ago
|
||
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
| Assignee | ||
Updated•25 years ago
|
Priority: -- → P1
Summary: Bad page layout at mazdausa.com [layer] → mazdausa.com - Bad page layout at mazdausa.com [layer]
| Assignee | ||
Comment 6•25 years ago
|
||
*** This bug has been marked as a duplicate of 67689 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•11 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•