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)
Tech Evangelism Graveyard
English US
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.
Reporter | ||
Comment 1•23 years ago
|
||
If I remember correctly, Netscape 4.7x displayed this page correctly, and so
does IE.
Comment 2•23 years ago
|
||
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
Reporter | ||
Comment 3•23 years ago
|
||
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.
Reporter | ||
Comment 4•23 years ago
|
||
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.
Comment 5•23 years ago
|
||
Yes, thanks - screenshots would help. It would be great to see
the difference between IE and Mozilla on this -
Reporter | ||
Comment 6•23 years ago
|
||
Reporter | ||
Comment 7•23 years ago
|
||
Reporter | ||
Comment 8•23 years ago
|
||
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.
Comment 9•23 years ago
|
||
Comment 10•23 years ago
|
||
Comment on attachment 96226 [details]
Reduced testcase
The testcase is not relevant; please ignore
Attachment #96226 -
Attachment is obsolete: true
Comment 11•23 years ago
|
||
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
Updated•23 years ago
|
Summary: [LAYER] JavaScript buttons not displayed properly → stockpoint.com - JavaScript buttons not displayed properly
Comment 12•22 years ago
|
||
Contact address is webmaster@stockpoint.com
OS: MacOS X → All
Hardware: Macintosh → All
Whiteboard: [PROPRIETARY-HTML]
Comment 13•22 years ago
|
||
tech evang june 2003 reorg
Assignee: susiew → english-us
QA Contact: zach → english-us
Comment 14•21 years ago
|
||
no longer available->WFM
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 15•21 years ago
|
||
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.
Reporter | ||
Comment 16•21 years ago
|
||
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
•