Closed
Bug 191334
Opened 22 years ago
Closed 21 years ago
geospatial.ic.gc.ca - Java applet begins to load, then fails
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: arko, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.1) Gecko/20020827
Build Identifier: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.1) Gecko/20020827
Java applet begins to load, then fails
-
works in all other browsers
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•22 years ago
|
||
the page doesn't have applet. it's all javascript
this bug is a candidate for Tech Evangelism,
// get the layer object called "name"
function getLayer(name) {
if (document.layers)
return(document.layers[name]);
else if (document.all) {
if ( eval('document.all.' + name) != null) {
layer = eval('document.all.' + name + '.style');
return(layer);
} else
return(null);
}
else
return(null);
}
Comment 2•22 years ago
|
||
if (document.layers)
if (document.all)
-> TE
They use non-stanmdard code and this page needs to be updated to use the
official DOM.
Assignee: asa → momoi
Status: UNCONFIRMED → NEW
Component: Browser-General → English: Non-US
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: asa → jeesun
Version: Trunk → unspecified
Comment 3•22 years ago
|
||
Mass reassigning English-Other bugs to general default assignees.
Assignee: momoi → english-other
QA Contact: jeesun → english-other
Updated•21 years ago
|
Summary: Java applet begins to load, then fails → geospatial.ic.gc.ca - Java applet begins to load, then fails
Comment 4•21 years ago
|
||
No more java, WFM
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
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
•