Closed Bug 182760 Opened 22 years ago Closed 22 years ago

www.piit.org.pl - Polska Izba Informatyki i Telekomunikacji - menu doesn't work

Categories

(Core :: DOM: HTML Parser, defect, P1)

defect

Tracking

()

RESOLVED DUPLICATE of bug 182253

People

(Reporter: pbartecki, Assigned: harishd)

References

()

Details

User-Agent: Build Identifier: Menu on PIIT web page doesn't work Reproducible: Always Steps to Reproduce: 1.http://www.piit.org.pl/ 2.Click on say Info Telekom Expected Results: Guess some kind of a cool menu should roll down.
It seems the page is written to work with Gecko based browsers. From http://www.piit.org.pl/lib.js : nn6=(document.getElementById && !document.all)?true:false; function show(ident,nest) { if(nn4) { nest ? document.layers[nest].document.layers[ident].visibility = "show" : document.layers[ident].visibility = "show"; } else if(ie4) { document.all[ident].style.visibility = "visible"; } else if(nn6) { var myElement = document.getElementById(ident); myElement.style.visibility = "visible"; } } function hide(ident,nest) { if(nn4) { nest ? document.layers[nest].document.layers[ident].visibility = "hide" : document.layers[ident].visibility = "hide"; } else if(ie4) { document.all[ident].style.visibility = "hidden"; } else if(nn6) { var myElement = document.getElementById(ident); myElement.style.visibility = "hidden"; } } And it works for me with anyrhing but Mozilla 1.2 This is actually a dup of one of the bugs listed on bug 182500. Confirming and reassigning to Browser: Parser
Assignee: piskozub → harishd
Status: UNCONFIRMED → NEW
Component: Europe: Central → Parser
Ever confirmed: true
Priority: -- → P1
Product: Tech Evangelism → Browser
QA Contact: pali → moied
Summary: Polska Izba Informatyki i Telekomunikacji - menu doesn't work [document.all] → www.piit.org.pl - Polska Izba Informatyki i Telekomunikacji - menu doesn't work
Version: unspecified → Trunk
Depends on: 182500
Duping to the mother of all mozilla1.2 bugs *** This bug has been marked as a duplicate of 182253 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.