Closed
Bug 134819
Opened 23 years ago
Closed 22 years ago
www.klippo.se - menus don't show
Categories
(Tech Evangelism Graveyard :: Other, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: arcadepreserv, Assigned: tristan)
References
()
Details
(Whiteboard: [TOOL][DREAMWEAVER][havefix][havecontact])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.9+) Gecko/20020401
BuildID: 2002040103
The drop down menues on this page does not work. I have reported a similar
problem with another page, and was told that there was an error in the code.
This might be true, but still it makes Mozilla unusable for a lot of users, and
that is not good when approaching version 1.0.
Reproducible: Always
Steps to Reproduce:
1.Goto www.klippo.se
2.move cursor to "sortiment" on top.
3.
Actual Results: nothing
Expected Results: a menu to fall down.
Comment 1•23 years ago
|
||
Dreamweaver in http://www.klippo.se/include/js/showhide.js
-> Tech Evangelism
Assignee: attinasi → nitot
Blocks: 51020
Status: UNCONFIRMED → NEW
Component: Layout → Europe: West
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: petersen → caillon
Whiteboard: [TOOL][DREAMWEAVER]
Version: other → unspecified
Updated•23 years ago
|
Summary: Menues dont show → Menues don't show
Does that mean that it is a dreamweaver problem, and that nothing will be done
to fix it ?
Coule it not be a problem, dreamweaver and frontpage (www.dms.m.se/ has a
frontpage problem, which was also directed to tech evangelism) are quite
popular, and there is a risk for a catch22 when they dont fix the problem since
mozilla has a little market share and perhaps will not grow until problems like
this are solved ?
Comment 3•23 years ago
|
||
Yes it is a bug in Dreamweaver version 3. Newer versions of Dreamweaver do
support Mozilla/Netscape 6/w3c standards.
Tech Evangelism is about making sure the sites support Mozilla, Netscape6 and
w3c standards. Someone will contact the webmaster and convince him to change the
site.
The fix is actually very simple, just one line must be added in the function
MM_findObj located in http://www.klippo.se/include/js/showhide.js. See bug 51020
if you are really interested about this.
I have contacted the designer of this page. He was grateful for the info above.
He has been using the same script for several sites that he was responsible for,
and will contact them for a fix.
BTW: http://www.omninet.se/ and http://www.acreo.se/ have the same problem
Updated•22 years ago
|
Whiteboard: [TOOL][DREAMWEAVER] → [TOOL][DREAMWEAVER][havefix]
Updated•22 years ago
|
Summary: Menues don't show → www.klippo.se : menus don't show
Comment 6•22 years ago
|
||
Contact : service@klippo.se
Contact page : http://www.klippo.se/kontakt/default.asp#
Whiteboard: [TOOL][DREAMWEAVER][havefix] → [TOOL][DREAMWEAVER][havefix][havecontact]
Comment 7•22 years ago
|
||
Arne, it seams like the webmaster still didn't fix their own site at least. This
person is listed as IT-coordinator on the page:
IT-coordinator
Emma Danielsson
danielsson@klippo.se
OS->All.
OS: Windows NT → All
Updated•22 years ago
|
Priority: -- → P2
Comment 8•22 years ago
|
||
still not fixed, can someone re-contact them with the fix ?
the fix is here :
function MM_findObj(n, d) { //v3.0 updated.
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length)
{
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n];
if(!(x=d[n])&&d.getElementById(n)) x=d.getElementById(n) // the new line
for(i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=
MM_findObj(n,d.layers[i].document); return x;
}
its trivial -one line change- ...
Summary: www.klippo.se : menus don't show → www.klippo.se - menus don't show
The webmaster has fixed this now.
Status: NEW → RESOLVED
Closed: 22 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
•