Closed Bug 157149 Opened 22 years ago Closed 19 years ago

kyoceramita.de - OLE error and broken DHTML menu

Categories

(Tech Evangelism Graveyard :: German, defect)

x86
All
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bugzilla_kl, Unassigned)

References

()

Details

*** Bug 171727 has been marked as a duplicate of this bug. ***
There is a bit more info in the dupe above if you need it.
move...
Assignee: nitot → german
Component: Europe: West → German
QA Contact: brantgurganus2001 → german
now the problems/bugs are solved.
They have fixed in the meantime. I can select all fields and so on. If I look at the sourcecode, they now detect correctly DOM browsers.

<SCRIPT LANGUAGE="JavaScript1.2" TYPE="text/javascript">
/*HM_Loader.js
* by Peter Belesis. v4.0.12 010612
* Copyright (c) 2001 Peter Belesis. All Rights Reserved.
*/
	HM_DOM = (document.getElementById) ? true : false;
	HM_NS4 = (document.layers) ? true : false;
	HM_IE = (document.all) ? true : false;
	HM_IE4 = HM_IE && !HM_DOM;
	HM_Mac = (navigator.appVersion.indexOf("Mac") != -1);
	HM_IE4M = HM_IE4 && HM_Mac;
	HM_IsMenu = (HM_DOM || HM_NS4 || (HM_IE4 && !HM_IE4M));
	HM_NS6 = (navigator.vendor == ("Netscape6") || navigator.product == ("Gecko"));

HM_BrowserString = HM_NS4 ? "NS4" : HM_DOM ? "DOM" : "IE4";
...

Resolving.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.