Closed
Bug 135510
Opened 23 years ago
Closed 21 years ago
jongerenreizen.nl - popup menus don't work
Categories
(Tech Evangelism Graveyard :: Dutch, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jesse.houwing, Unassigned)
References
()
Details
(Whiteboard: [eurocontest][havecontact][havefix][TOOL][Hiermenu])
The country pop-up's at the top don't actually pop-up.
Comment 1•23 years ago
|
||
Confirmed
2002040303/WinXP
No JS errors occur.
Popups seem to appear instantaneously and then disappear.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Pop up menu's don't work → jongerenreizen.nl - popup menus don't work
Updated•23 years ago
|
OS: Windows 2000 → All
Comment 2•23 years ago
|
||
Contact : info@e-boys.nl
Seems to be a bad coded JS.
Just look at this... From main page source.
<script LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
NS4 = (document.layers);
IE4 = (document.all);
ver4 = (NS4 || IE4);
IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1);
isMac = (navigator.appVersion.indexOf("Mac") != -1);
isMenu = (NS4 || (IE4 && !isMac) || (IE5 && isMac));
function popUp(){return};
function popDown(){return};
if (!ver4) event=null;
if (isMenu) {
menuVersion = 3;
menuWidth = 136;
childOverlap = 1;
childOffset = -1;
perCentOver = null;
secondsVisible = .8;
fntCol = "black";
fntSiz = "7";
fntBold = false;
fntItal = false;
fntFam = "verdana,sans-serif";
backCol = "#FFFFFF";
overCol = "#0000FF";
overFnt = "white";
borWid = 1;
borCol = "green";
borSty = "solid";
itemPad = 3;
imgSrc = "./images/menudot.gif";
imgSiz = 8;
separator = 1;
separatorCol = "red";
isFrames = false; // <-- IMPORTANT for full window
navFrLoc = "left"; // <-- display. see below
keepHilite = false;
NSfontOver = true;
clickStart = false;
clickKill = false;
}
Whiteboard: [eurocontest][havecontact]
Comment 3•23 years ago
|
||
http://www.jongerenreizen.nl/hierMenus.js
old hiermenus problem.
they should upgrade to the last version, which supports moz.
Blocks: 85104
Whiteboard: [eurocontest][havecontact] → [eurocontest][havecontact][havefix]
Comment 4•23 years ago
|
||
Nothing new in 2 months :-/
They do not seems to care about non-IE users :-[
Updated•23 years ago
|
Whiteboard: [eurocontest][havecontact][havefix] → [eurocontest][havecontact][havefix][TOOL][Hiermenu]
Comment 5•22 years ago
|
||
move...
Assignee: nitot → dutch
Component: Europe: West → Dutch
QA Contact: z-caillon-obsolete2 → dutch
Comment 7•21 years ago
|
||
site change, WFM
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
confirming the site change...
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Status: REOPENED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → FIXED
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
•