Closed
Bug 65694
Opened 25 years ago
Closed 23 years ago
asianavenue.com - When you log on, some of the center tables are streched
Categories
(Tech Evangelism Graveyard :: English US, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mdl, Assigned: momoi)
References
()
Details
(Keywords: verifyme, Whiteboard: [proprietary-dom])
Attachments
(1 file)
|
2.12 KB,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; m18) Gecko/20010116
BuildID: 2001011604
When you log in (requires sign up), the tables are pushed all the way to the
bottom. I suspect something is wrong with the table rendering because the flash
pages at macromedia.com also do the same (sometimes)
Reproducible: Always
Steps to Reproduce:
Log in, you'll see what I mean
Actual Results: Log in, you'll see what I mean
Expected Results: Content should be on the top
Zarro stuff to say
Comment 1•25 years ago
|
||
Could you attach the HTML source of the page to this bug so that work on the bug
does not require signing up to this site?
Thanks for using Mozilla and reporting bugs!
You know what, evangwanted:
document.write("<LAYER top=131 left=606 name=colD visibility=" + showColumnD +">");
And that is just a start, tons of errors! Do you still need this page?
Comment 4•25 years ago
|
||
1. page uses layers
2. mozilla ignores the layer tags
3. moz renders something like this:
<IMG SRC="http://...../shim.gif" WIDTH="5" HEIGHT="400" ...
<IFRAME WIDTH=135 HEIGHT=400...
thats the reason why everything shifts down 400px
Comment 6•25 years ago
|
||
Moving to Evangalism and marking NEW.
Status: UNCONFIRMED → NEW
Component: Browser-General → Evangelism
Ever confirmed: true
Comment 8•24 years ago
|
||
[LAYER]
Comment 9•24 years ago
|
||
Reassigning evangelism bugs to bclary@netscape.com.
Assignee: evangelism → bclary
Updated•24 years ago
|
Priority: -- → P3
| Assignee | ||
Updated•24 years ago
|
Component: Evangelism → Asian
Product: Browser → Tech Evangelism
Version: other → unspecified
Comment 12•24 years ago
|
||
should be easy to fix, they write out a <div> for IE, they need to check for IE
|| W3C DOM.
Comment 13•23 years ago
|
||
18 months later...
In Mozilla 2003021017 (OS X Mach-O), the frame
http://www.asianavenue.com/Members/Home/index.html?NOAD=1 now includes browser
detection code for Mozilla, and the page works for me. Please retest in Windows.
this.ver=navigator.appVersion
this.dom=document.getElementById?1:0
this.iewin=(this.ver.indexOf("MSIE")>-1 &&
navigator.userAgent.indexOf("Windows")>-1);
this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0;
this.ie4=(document.all && !this.dom)?1:0;
this.ns5=(this.dom && parseInt(this.ver) >= 5) ?1:0;
this.ns4=(document.layers && !this.dom)?1:0;
this.ie4mac=this.ie4 && navigator.userAgent.indexOf("Mac")>-1
this.ie5mac=this.ie5 && navigator.userAgent.indexOf("Mac")>-1
this.ie55=(this.ver.indexOf("MSIE 5.5")>-1 && this.dom)?1:0;
this.bw=(this.ie5 || this.ie4 || this.ns4 || this.ns5 || this.ie5mac);
Summary: When you log on, some of the center tables are streched → asianavenue.com - When you log on, some of the center tables are streched
Comment 14•23 years ago
|
||
now supports DOM
Severity: major → normal
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Whiteboard: [proprietary-dom]
| Assignee | ||
Comment 15•22 years ago
|
||
asian-american site. moving to english us.
Component: Asian → English US
Updated•10 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
•