Closed
Bug 104116
Opened 24 years ago
Closed 24 years ago
netscape.com - something in Javascript engine broken ... (reference the URL link provided)
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: garretta, Assigned: bc)
References
()
Details
(Whiteboard: aok)
Hello Mozilla Browser --
Please check the following link with both Mozilla and Navigator v4.7x :
http://developer.netscape.com/docs/manuals/directory/41/ag/contents.htm
Click _once_ on "contents" link. A "contents" layer appears in Navigator v4x
but nothing happens with Mozilla.
Note: exact source of Mozilla problem is unknown. -GA
specifically, I'm talking about the "contents" link in blue box in upper left
corner of URL provided.
The layer appears with _one_ click (on Navigator 4x) but nothing with Mozilla.
-GA
Comment 2•24 years ago
|
||
Not a JS Engine bug.
JS Console:
Error: document.layers has no properties
Source File:
http://developer.netscape.com/docs/manuals/directory/41/ag/contents.htm
Line: 31
A part of the source :
if (navigator.appName == "Netscape") {
layerStyleRef="layer.";
layerRef="document.layers";
styleSwitch="";
visibleVar="show";
} else {
layerStyleRef="layer.style.";
layerRef="document.all";
styleSwitch=".style";
visibleVar="visible";
Mozilla's Appname=Netscape->Layer (document.all is not better)-> Evangelism (LOL
!)
Assignee: rogerl → momoi
Status: UNCONFIRMED → NEW
Component: Javascript Engine → The Americas
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: pschwartau → jonrubin
Version: other → unspecified
Comment 3•24 years ago
|
||
This is a us site->us. This is 4.x stuff which should probably go away,
shouldn't be too hard to evangelize though ;)
Assignee: momoi → bclary
Component: The Americas → English: US
QA Contact: jonrubin → zach
Comment 4•24 years ago
|
||
garretta@garretta.com:
FYI : Mozilla doesn't support Layer because it's not a W3C standard...
| Assignee | ||
Updated•24 years ago
|
Summary: something in Javascript engine broken ... (reference the URL link provided) → netscape.com - something in Javascript engine broken ... (reference the URL link provided)
Updated•24 years ago
|
Whiteboard: aok
| Assignee | ||
Comment 5•24 years ago
|
||
this is old legacy content which will not be updated. See
http://sbs.netscape.com/ for related, support products.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
I verified this works in both Nav4 and IE5x (unsure about IEv6).
I would propose that "standards" are often defined by what is adopted and used
in th industry. W3C can take the higher ground -- for whatever technical
reason -- but often end-user experience suffers in such "arguments".
I've _never_ had a reason to use IE until now... -GA
Comment 7•24 years ago
|
||
Verified per instructions at http://mozilla-evangelism.bclary.com/evangelism.html
Status: RESOLVED → VERIFIED
Updated•11 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
•