Closed
Bug 57933
Opened 25 years ago
Closed 23 years ago
bsch.es - cannot view all options in this page
Categories
(Tech Evangelism Graveyard :: Spanish, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: msanz, Assigned: tristan)
References
()
Details
Using Windows NT 20001024 branch build
When visiting this page, if you click in any of the words "Productos" or
"Servicios" you should see a list of services displayed underneath. This works
fine with Netscape 4.7x, but it doesn't display at all with Netscape6
Comment 1•25 years ago
|
||
Another document.all/document.layers page. *Evangelism* candidate.
Comment 2•25 years ago
|
||
Richard is correct. Here is part of the code:
if (navigator.appName.substring(0,4)=="Micr")
{
LayerNav = "all";
StyleNav = "style.";
}else
LayerNav = "MainLayers.document.layers";
etc.
etc.
The page plans on either using document.all (for IE4)
or document.layers (for NN4.x). Since neither is supported
in a W3C browser like N6/Mozilla, the page doesn't work.
Reassigning to Evangelism. See bug 50711 for references -
Assignee: rogerl → blakeross
Component: Javascript Engine → Evangelism
QA Contact: pschwartau → zach
Comment 3•25 years ago
|
||
-> evangelism@telocity.com for my evangelism bugs.
removing the now-depreciated evangelism-related keywords.
setting platform to All.
Assignee: blakeross → evangelism
Hardware: PC → All
Comment 4•24 years ago
|
||
[LAYER]
Comment 5•24 years ago
|
||
Reassigning evangelism bugs to bclary@netscape.com.
Assignee: evangelism → bclary
Updated•24 years ago
|
Component: Evangelism → European
Product: Browser → Tech Evangelism
Version: other → unspecified
Comment 7•24 years ago
|
||
Moving to new component "West Europe". European component is being removed.
See bug 95808 for details.
Component: European → West Europe
Summary: Cannot view all options in this page → bsch.es - Cannot view all options in this page
Comment 8•23 years ago
|
||
also a way to solve this - page gone.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 9•22 years ago
|
||
v
Status: RESOLVED → VERIFIED
Summary: bsch.es - Cannot view all options in this page → bsch.es - cannot view all options in this page
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
•