Closed
Bug 210818
Opened 22 years ago
Closed 21 years ago
bourse-de-paris.fr - (using document.layers / document.all)
Categories
(Tech Evangelism Graveyard :: French, defect)
Tech Evangelism Graveyard
French
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jmreymond, Unassigned)
References
()
Details
(Whiteboard: [havecontact])
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3.1) Gecko/20030425
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3.1) Gecko/20030425
there is a menu in the left column; no acton when you select an item
Reproducible: Always
Steps to Reproduce:
1.select an item in the left column
2.click the selected item
3.
Actual Results:
nothing and
Error: document.layers has no properties
Source File: http://www.bourse-de-paris.fr/fr/menu.htm
Line: 218
in the javascript debug window
Expected Results:
display the window
Comment 1•22 years ago
|
||
Looking at error, this is again a tech evangelism bug, with a site which thinks
NS = NS 4.x and not anything else at all.
It is a bad old sniffing browser code, as we can see in the beginning of the page :
"<!--
ns4 = (document.layers)? true:false;
ie4 = (document.all)? true:false;
ver4 = (ns4 || ie4);
swidth = screen.width;"
Confirming bug, moving it to tech evang french.
But I am pretty sure this is a duplicate, but I cannot find which one...
Adding contact : a.duthoit@euronext.fr
Modifying title, in order to show the problem.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Hardware: PC → All
Summary: site bourse-de-paris.fr, incorrect display → site bourse-de-paris.fr (using document.layers / document.all)
Whiteboard: [havecontact]
Comment 2•22 years ago
|
||
Forgot to change component... Oops ! :'(
Assignee: general → french
Component: Browser-General → French
Product: Browser → Tech Evangelism
QA Contact: general → french
Version: Trunk → unspecified
Comment 4•22 years ago
|
||
got an automated response indicating that the person is on holidays, this
message indicated the people to contact meanwhile:
p.robert@euronext.com
s.clediere@euronext.com
Sent them a message
Comment 5•21 years ago
|
||
Site has moved to http://www.euronext.com/, which seems to work fine.
Updated•21 years ago
|
Summary: site bourse-de-paris.fr (using document.layers / document.all) → bourse-de-paris.fr - (using document.layers / document.all)
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
•