Closed Bug 163399 Opened 23 years ago Closed 21 years ago

stockpoint.com - JavaScript buttons not displayed properly

Categories

(Tech Evangelism Graveyard :: English US, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: tagonzo, Unassigned)

References

()

Details

(Whiteboard: [PROPRIETARY-HTML])

Attachments

(3 files, 1 obsolete file)

The java script buttons for this page are not displayed properly. All of the overlay graphics are below the menu, not where they should be. As far as I know, all operating systems of Mozilla 1.0 are affected.
If I remember correctly, Netscape 4.7x displayed this page correctly, and so does IE.
Rhino is a standalone language engine. Reassigning to Browser-General until we can get further information. Tom, can you give us the exact build date of the Mozilla you're using? I'm seeing no difference in how this site looks in IE6 and my Mozilla trunk build 2002080608 on WinNT. If you are not using a current build, please download the latest one from ftp://ftp.mozilla.org. If the problem is still there, please give a bit more detail: e.g. what is a typical menu item that's malfunctioning? Where is it on the page? What is the text of the overlay? etc.
Assignee: nboyd → Matti
Component: Core → Browser-General
Product: Rhino → Browser
QA Contact: pschwartau → asa
The exact build I am using, according to the "Help/About Mozilla" menu: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.0.0) Gecko/20020530 I will look for the latest build, and see if the problem is still present.
Ok, I tried several different nightly builds, none of them worked properly. This is the one I am using at the moment: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1) Gecko/20020810 I uninstalled all my Java JREs, and install Java JRE 1.4.0_01 and retested. The java part works fine, the Java Script at the top of the screen is still not working properly. I can get a screen shot of my browser on that page, if it would help.
Yes, thanks - screenshots would help. It would be great to see the difference between IE and Mozilla on this -
I downloaded Mozilla 1.1b for Solaris/SPARC, and tested it at this page. It has the same javascript menu problem. Also, I am using Mozilla 1.0 for Mac OS X, and this javascript menu problem looks the same on it. Hopefully this can help. I have attached 2 screen captures so you can see the problem.
Attached file Reduced testcase (obsolete) —
Comment on attachment 96226 [details] Reduced testcase The testcase is not relevant; please ignore
Attachment #96226 - Attachment is obsolete: true
OK, now I see what you mean. The problem is at the top of the page, above the Java applet. The reason is that the site is using the <layer> tag, which was supported in NN4.x but has been deprecated: From the site: var NN4 = false; var IE4 = false; if (document.layers) NN4 = true; if (document.all) IE4 = true; Then all of their JavaScript functions have this structure: function f() { if (IE4) document.all.something; else document.layers.something; } This will only work in IE and in NN4.x. Reassigning to Evangelism so the site can be contacted about this. The W3C-standard indicates the use of <div> tags to replace <layer> tags.
Assignee: Matti → susiew
Component: Browser-General → US General
Product: Browser → Tech Evangelism
QA Contact: asa → zach
Summary: javascript buttons not displayed properly → [LAYER] JavaScript buttons not displayed properly
Version: other → unspecified
Summary: [LAYER] JavaScript buttons not displayed properly → stockpoint.com - JavaScript buttons not displayed properly
Contact address is webmaster@stockpoint.com
OS: MacOS X → All
Hardware: Macintosh → All
Whiteboard: [PROPRIETARY-HTML]
tech evang june 2003 reorg
Assignee: susiew → english-us
QA Contact: zach → english-us
no longer available->WFM
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
not sure what RESOLVED WORKSFORME means, I'm now using Mozilla 1.7.1 and Java 1.4.2_05 and I still see the problem. I added a new attachment using Mozilla 1.7.1.
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: