Closed
Bug 270311
Opened 20 years ago
Closed 20 years ago
worldsheart.ru - proprietary JS for navigation
Categories
(Tech Evangelism Graveyard :: Other, defect)
Tech Evangelism Graveyard
Other
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: wildknight, Unassigned)
References
()
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322; FDM) Build Identifier: In the page at http://www.worldsheart.ru/index2.php site navigation is not working in Mozilla, Firefox and Netscape Reproducible: Always Steps to Reproduce:
I see this in the JS console: Warning: reference to undefined property window.event Source File: http://www.worldsheart.ru/index2.php Line: 53 This is the script. <script language=JavaScript> function clickHandler() { var targetId, srcElement, targetElement; srcElement = window.event.srcElement; if (srcElement.className == "Outline") { targetId = srcElement.id + "details"; targetElement = document.all(targetId); if (targetElement.style.display == "none") { targetElement.style.display = ""; } else { targetElement.style.display = "none"; } }} document.onclick = clickHandler; </script>
Severity: enhancement → normal
Summary: Site novigation is not working in Mozilla and Firefox → worldsheart.ru: site navigation is not working in Mozilla and Firefox
In Opera and Explorer this site http://www.worldsheart.ru/index2.php working correctly but not in mozilla. I don't want to use explorer but...
Severity: normal → enhancement
Comment 3•20 years ago
|
||
*** Bug 270808 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Assignee: general → other
Severity: enhancement → normal
Status: UNCONFIRMED → NEW
Component: Browser-General → Other
Ever confirmed: true
OS: Windows XP → All
Product: Browser → Tech Evangelism
QA Contact: general → other
Hardware: PC → All
Summary: worldsheart.ru: site navigation is not working in Mozilla and Firefox → worldsheart.ru - proprietary JS for navigation
Version: Trunk → unspecified
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WONTFIX
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
•