Closed
Bug 152791
Opened 24 years ago
Closed 23 years ago
infostrada.it : Dynamic submenus doesn't work
Categories
(Tech Evangelism Graveyard :: Italian, defect, P2)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: andrea.aime, Assigned: tristan)
References
()
Details
(Whiteboard: [havefix][havecontact])
Attachments
(1 file)
|
8.19 KB,
application/x-javascript
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1a) Gecko/20020617
BuildID: 2002061712
IE shows dynamic submenus while you
move the mouse over the left menu
(per la casa, per l'azienda, ...),
Mozilla does not.
Reproducible: Always
Steps to Reproduce:
1. go to http://www.infostrada.it/casa/per_te.html
2. move the mouse over "Per la casa"
3. nothing happens
4. do the same with IE
5. a submenu is opened under "Home"
Actual Results: Dynamic submenus not working (a DHTML bug?)
Expected Results: Working page as in IE
Comment 1•24 years ago
|
||
The site is carefully designed to only work in IE and Netscape 4. Browsers that
do not support certain proprietary features of one of those two need not
apply... Here is the code:
var NS4=document.layers;
var IE4=document.all;
function showLayer(layerName){
if (NS4 || IE4) {
eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.visibility="visible"');
}
return false;
}
Assignee: Matti → nitot
Component: Browser-General → Europe: West
Product: Browser → Tech Evangelism
QA Contact: imajes-qa → brantgurganus2001
Version: other → unspecified
Comment 2•24 years ago
|
||
confirming, working on a fix so that we can mail them with a solution.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P2
Comment 3•24 years ago
|
||
attaching a modified version of http://www.infostrada.it/infostrada2.js that
fixes the problem.
Summary: Dynamic submenus doesn't work → infostrada.it : Dynamic submenus doesn't work
Whiteboard: [havefix]
Comment 4•24 years ago
|
||
Comment 5•24 years ago
|
||
Whiteboard: [havefix] → [havefix][havecontact]
| Reporter | ||
Comment 6•24 years ago
|
||
Who is responsible for sending the fix to
Infostrada? Should I do this, since I'm an
italian native speaker? Consider anyway that
I don't know DHTML, DOM and the like, so maybe
someone with better tecnical knowledge would be better
| Reporter | ||
Comment 7•23 years ago
|
||
I'm closing the bug since the page, althougth
still existing, is no longer accessible from
the home page. Infostrada has been bought by Wind
and the web site is going under a full redesign
(haven't noticed any glitch in the new pages)
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Comment 8•23 years ago
|
||
I'm closing the bug since the page, althougth
still existing, is no longer accessible from
the home page. Infostrada has been bought by Wind
and the web site is going under a full redesign
(haven't noticed any glitch in the new pages)
Updated•11 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
•