Closed
Bug 163707
Opened 23 years ago
Closed 14 years ago
provincia.tn.it - javascript menus doesn't work properly
Categories
(Tech Evangelism Graveyard :: Italian, defect, P2)
Tech Evangelism Graveyard
Italian
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: g.iorio, Unassigned)
References
()
Details
(Whiteboard: [bug248549notfixed])
with mozilla 1.0 the menu inside the yellow stripe on right side of the web page
attached doesn't work properly
it appears correct with netscape (4.61) and explore (5.05)
Comment 1•23 years ago
|
||
Mozilla does not support 'document.all' nor 'document.layers'. Mozilla supports
standardised features such as 'document.getElementById'.
--> Tech Evangelism
Snippet from the page (the menus are not activated unless 'ver4' is true):
NS4=(document.layers) ? true : false;
IE4=(document.all)?true:false;
ver4 = (NS4 || IE4) ? true : false;
function popUp(){return};
function popDown(){return};
areCreated=false;
if (!ver4)
event=null;
Assignee: Matti → nitot
Status: UNCONFIRMED → NEW
Component: Browser-General → Europe: West
Ever confirmed: true
OS: Windows 98 → All
Product: Browser → Tech Evangelism
QA Contact: asa → brantgurganus2001
Hardware: PC → All
Version: other → unspecified
Comment 2•23 years ago
|
||
right.
they also need to sniff better to send us a better stylesheet.
will try to provide a fix for the scripts they are using.
Priority: -- → P2
Summary: java menus doesn't work properly → provincia.tn.it : javascript menus doesn't work properly
Updated•22 years ago
|
Summary: provincia.tn.it : javascript menus doesn't work properly → provincia.tn.it - javascript menus doesn't work properly
Comment 3•22 years ago
|
||
tech evang june 2003 reorg
Assignee: nitot → italian
Component: Europe: West → Italian
QA Contact: brantgurganus2001 → italian
Updated•21 years ago
|
Whiteboard: [bug248549notfixed]
Comment 4•14 years ago
|
||
INCOMPLETE due to lack of activity since the end of 2009.
If someone is willing to investigate the issues raised in this bug to determine whether they still exist, *and* work with the site in question to fix any existing issues, please feel free to re-open and assign to yourself.
Sorry for the bugspam; filter on "NO MORE PRE-2010 TE BUGS" to remove.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
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
•