Closed Bug 263167 Opened 20 years ago Closed 14 years ago

itisdimaggio.it - proprietary JS for navigation

Categories

(Tech Evangelism Graveyard :: Italian, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: pietro.tamburrano, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Win98; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
Build Identifier: Mozilla/5.0 (Windows; U; Win98; rv:1.7.3) Gecko/20041001 Firefox/0.10.1

In the page at http://www.itisdimaggio.it/ the popup menu are not open. 

Reproducible: Always
Steps to Reproduce:
1. open the javascript console
2. set the pointer on the Scuola item in the menu


Actual Results:  
Are viewed in the console errors that in other browsers (IE, Opera, Konqueror)
are not displayed.

Expected Results:  
The popup menu is open
site uses non standard javascript
document.all i/o document.getElementById
ask them to use javascript instead of jscript(for M$-IE only), or use a proper
filter to disciminate between browsers
Summary: don't open popup menus → open menus
NS=(document.layers) ? true : false;
IE=(document.all) ? true : false;

http://81.73.0.217/sito_itis/ITIS/res/engine.js

->TE
Assignee: firefox → italian
Status: UNCONFIRMED → NEW
Component: General → Italian
Ever confirmed: true
Product: Firefox → Tech Evangelism
QA Contact: firefox.general → italian
Summary: open menus → itisdimaggio.it - proprietary JS for navigation
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
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.