Closed
Bug 97118
Opened 24 years ago
Closed 24 years ago
x-companies.de - problem with javascript ... site will not be loaded / sometimes mozilla crashes ...
Categories
(Tech Evangelism Graveyard :: German, defect, P4)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mflaig, Assigned: tristan)
References
()
Details
(Whiteboard: [LAYER])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:0.9.3) Gecko/20010825
BuildID: 20010825
at www.x-companies.de go to x-companies and then go to Business Providing.
Nothing happens.
But only on Powerpc linux build. On Windows NT it works.
At the left bottom should open a menu. But It does not ...
Now open Javascript Console.
Error : div_object has no properties
Source File: http://www.x-companies.de/scripts/dynamic_nav.js
sometomes mozilla crashed if I called another site after this error.
Reproducible: Always
Steps to Reproduce:
1.load www.x-companies.de
2.go to "x-companies" at bottom of the middle image
3.go to a menu point where the image was before ... Business Providing for example
Actual Results: Nothing happend
Expected Results: Build a Menu at the left bottom.
it´s debian gnu/linux with mozilla 0.9.3
Comment 1•24 years ago
|
||
It works with Gecko/2001080110 on NT4 but i received this error in the
javascript console :
Error: div_object has no properties
Source File: http://www.x-companies.de/scripts/dynamic_nav.js
Line: 68
This smells like a wrong dhtml usage.
Comment 2•24 years ago
|
||
The site uses layers. Here is part of the HTML for the frame
http://www.x-companies.de/main/xmenue.asp
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000" background="../images/main/hg_menue.gif"
leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<link REL="stylesheet" TYPE="text/css" HREF="../scripts/styleguide.css">
<script language="JavaScript" src="../scripts/images.js">
</script>
<script language="JavaScript" src="../scripts/bilderwechsel.js">
</script>
<script language="JavaScript" src="../scripts/dynamic_nav.js">
</script>
<layer name="xcompanies" visibility="hide"
onmouseover="tauschebilder('nav1','nav5');innerhalb=true;active_layer=this.name;
"
onmouseout="tauschebilderback('nav1','nav5');innerhalb=false;go_off(this.name);"
>
<div id="xcompanies" style="display: none; position: absolute; z-index:50;
filter: alpha(opacity=80);"
onmouseover="tauschebilder('nav1','nav5');innerhalb=true;active_layer=this.id;"
onmouseout="tauschebilderback('nav1','nav5');innerhalb=false;go_off(this.id);">
<table width="418" cellspacing="0" border="0" cellpadding="0" bgcolor="#E5F0F8">
etc.
Comment 3•24 years ago
|
||
Reassigning to Tech Evangelism component - German language
Assignee: rogerl → nitot
Status: UNCONFIRMED → NEW
Component: Javascript Engine → European
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: pschwartau → momoi
Version: other → unspecified
Updated•24 years ago
|
Summary: problem with javascript ... site will not be loaded / sometimes mozilla crashes ... → [LAYER]problem with javascript ... site will not be loaded / sometimes mozilla crashes ...
Comment 4•24 years ago
|
||
Moving to new component "West Europe". European component is being removed.
See bug 95808 for details.
Component: European → West Europe
QA Contact: momoi → caillon
Summary: [LAYER]problem with javascript ... site will not be loaded / sometimes mozilla crashes ... → x-companies.de - problem with javascript ... site will not be loaded / sometimes mozilla crashes ...
Whiteboard: [LAYER]
| Assignee | ||
Comment 5•24 years ago
|
||
WFM on N62/ Win2K.
I don't understand why this bugs happens in LInux on Mac, and not on other
platforms... Is this is really an evanglism issue, it's very likely to be
cross-platform.
Could someone elaborate ?
Accepting bug. Setting P4.
Contact info : info@x-companies.de
Status: NEW → ASSIGNED
Priority: -- → P4
Comment 6•24 years ago
|
||
http://www.x-companies.de//scripts/dynamic_nav.js is as noted before w3c dom
compatible.
On irc, both mac and linux users had it working. marking fixed
Status: ASSIGNED → RESOLVED
Closed: 24 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
•