Closed
Bug 263167
Opened 20 years ago
Closed 14 years ago
itisdimaggio.it - proprietary JS for navigation
Categories
(Tech Evangelism Graveyard :: Italian, defect)
Tech Evangelism Graveyard
Italian
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
Comment 1•20 years ago
|
||
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
Updated•20 years ago
|
Summary: don't open popup menus → open menus
Comment 2•20 years ago
|
||
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
Comment 3•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
•