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)

x86
Windows 98
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mdl, Assigned: momoi)

References

()

Details

(Keywords: verifyme, Whiteboard: [proprietary-dom])

Attachments

(1 file)

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
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?
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
*** Bug 65695 has been marked as a duplicate of this bug. ***
Moving to Evangalism and marking NEW.
Status: UNCONFIRMED → NEW
Component: Browser-General → Evangelism
Ever confirmed: true
reassign.
Assignee: asa → evangelism
QA Contact: doronr → zach
[LAYER]
Reassigning evangelism bugs to bclary@netscape.com.
Assignee: evangelism → bclary
Priority: -- → P3
-> Kat?
Assignee: bclary → momoi
Accepting. Will investigate...
Status: NEW → ASSIGNED
Component: Evangelism → Asian
Product: Browser → Tech Evangelism
Version: other → unspecified
should be easy to fix, they write out a <div> for IE, they need to check for IE || W3C DOM.
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
now supports DOM
Severity: major → normal
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Whiteboard: [proprietary-dom]
asian-american site. moving to english us.
Component: Asian → English US
Keywords: verifyme
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: