Closed
Bug 172743
Opened 23 years ago
Closed 23 years ago
mouseover on LH menu produces alert box
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tech Evangelism Graveyard
English Other
Tracking
(Not tracked)
People
(Reporter: graham_hodges, Assigned: tristan)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.1) Gecko/20020826
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.1) Gecko/20020826
when the page is first loaded a menu is displayed on the left of the screen.
Navigating to that menu brings up the alert box
"1 exceeds the number of menu layers"
the box is usually displayed twice
It renders the page unusable
Reproducible: Always
Steps to Reproduce:
1.load page
2.mouseover menu on left (printers scanners etc)
3.
Actual Results:
alert box displayed as above
Expected Results:
allow menu selection
Comment 1•23 years ago
|
||
On page load the JS console says:
Error: layersAll has no properties
Source File: http://www.pcworld.co.uk/store_doc/js/layerobj.js
Line: 44
It seems that the function LayerObj() only handles IE of NS4:
var layersAll = null;
if(UA.NS) layersAll = document.layers; // NS4 only collection
if(UA.IE) layersAll = document.all; // IE4/5 only collection
--> Tech Evangelism
Assignee: asa → nitot
Status: UNCONFIRMED → NEW
Component: Browser-General → Europe: West
Ever confirmed: true
OS: MacOS X → All
Product: Browser → Tech Evangelism
QA Contact: asa → brantgurganus2001
Hardware: Macintosh → All
Version: other → unspecified
Comment 2•23 years ago
|
||
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
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
•