Closed Bug 104259 Opened 23 years ago Closed 21 years ago

jvc-europe.com - menu not displayed

Categories

(Tech Evangelism Graveyard :: German, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: jens-uwe, Assigned: tristan)

References

()

Details

(Whiteboard: [PROPRIETARY-DOM])

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5) Gecko/20011011
BuildID:    2001101102

if you go to the pages mentioned with NS4.x, then you get menus whenever you
move the mouse over one of the little pictures. With Mozilla you don't.


Reproducible: Always
Steps to Reproduce:
1. go to
http://data3.jvc-europe.com/JvcCons/Products/Products.asp?Country=Deu&Lang=De
2. move the mouse over the pictures
3. do the same with NS4

Actual Results:  nothing happens, when you do it with Mozilla

Expected Results:  the menus should appear

this page also fails to work with NS6.1, so this is no direct dupe of bug 90746,
which is about incorrect browser sniffing on JVC.com
The javascript is referenced at
http://data3.jvc-europe.com/JvcCons/Products/mydhtml.js uses proprietary DOM
code to select between MSIE and NS4.  (document.layers or document.all)

function setLayer(layerName, x, y, width, height, bgColor, content, visible){

 var layer = document.all ? document.all[layerName].style :
document.layers[layerName];

We don't support either and thus the problem here.
OS: Linux → All
Hardware: PC → All
Summary: menu not displayed → jvc-europe.com - menu not displayed
Whiteboard: [PROPRIETARY-DOM]
Setting P3, accepting bug.
Status: NEW → ASSIGNED
Priority: -- → P3
This all affects jvc.co.uk which uses the same code base I think
I have contacted them via email and got this back in reply:

Thank you for your email.

Some changes were made during 2001 to add more compatabilty for Netscape
user for our web site but at present we have no plans to update the website
further.

JVC (U.K.) Ltd
Customer Service Dept.
Paul Craig
New Component
Component: Europe: West → German
these menues are now always shown.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.