Closed
Bug 60897
Opened 25 years ago
Closed 23 years ago
abit-usa.com - [LAYER] Can't navigate at ABIT
Categories
(Tech Evangelism Graveyard :: English US, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
Jan
People
(Reporter: ewv, Assigned: ewv)
References
()
Details
(Whiteboard: [aok])
In the frame on the left clicking on something that Mozilla reports as having a
link of http://www.abit-usa.com/english/left.htm#
opens up a menu on Netscape 4.x. Nothing happens with Mozilla
Guessing that this prob is with Javascript. Linux build 2000111708
Comment 1•25 years ago
|
||
The site uses layers and insufficient browser detection in the file
http://www.abit-usa.com/english/left.htm
To see the layers, the easiest way is with View | Page Info in NN4.7.
As far as the browser detection, here is what the file is doing :
n = (document.layers) ? 1:0
ie = (document.all) ? 1:0
In Mozilla, both of these will evaluate to False, since it does not support
document.all or layers. As a result, much of the code in the HTML file does
not execute in Mozilla.
Reassigning to Evangelism component. See bug 45940, bug 50711
for further information on these issues -
Assignee: rogerl → evangelism
Status: UNCONFIRMED → NEW
Component: Javascript Engine → Evangelism
Ever confirmed: true
QA Contact: pschwartau → zach
Summary: Can't navigate at ABIT → [LAYER] Can't navigate at ABIT
Comment 2•24 years ago
|
||
Reassigning evangelism bugs to bclary@netscape.com.
Assignee: evangelism → bclary
| Assignee | ||
Comment 3•24 years ago
|
||
Sent evangelism letter, accepting.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0
| Assignee | ||
Comment 4•24 years ago
|
||
Is there a way to change to ASSIGN and re-assign in a single step?
Assignee: bclary → ewv
Status: ASSIGNED → NEW
Comment 8•24 years ago
|
||
Correcting link and marking invalid - I guess the design has changed because
there is now no left frame.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
| Assignee | ||
Comment 9•24 years ago
|
||
Re-opening. The design did change, but the problem remains. They now have menu
bars at the top (in the blue bar) that have the sample problem.
The letter I sent to them were on this version of the page, not the earlier.
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Comment 10•24 years ago
|
||
*** Bug 88440 has been marked as a duplicate of this bug. ***
Comment 11•24 years ago
|
||
Error: [Exception... "'Failure' when calling method:
[nsIHelperAppLauncherDialog::promptForSaveToFile]" nsresult: "0x80004005
(NS_ERROR_FAILURE)" location: "<unknown>" data: no]
Error: Layer is not defined
Source File: http://www.abit-usa.com/bar.js
Line: 343
that's what i get on the js console
Comment 12•24 years ago
|
||
*** Bug 90220 has been marked as a duplicate of this bug. ***
Comment 13•24 years ago
|
||
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Target Milestone: mozilla1.0 → ---
Version: other → unspecified
Updated•24 years ago
|
Summary: [LAYER] Can't navigate at ABIT → abit-usa.com - [LAYER] Can't navigate at ABIT
Comment 14•24 years ago
|
||
*** Bug 105961 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 15•24 years ago
|
||
Sent mail to webline@abit.com.tw and updated target
Target Milestone: --- → Jan
Updated•24 years ago
|
Whiteboard: [aok]
Comment 16•23 years ago
|
||
*** Bug 129943 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 17•23 years ago
|
||
Marking fixed. A-bit seems to have redesigned their website.
US mirror was not working, but http://www.abit.com.tw didn't give any JS errors
and seems to work the same in NN4 and 0.9.9
| Assignee | ||
Comment 18•23 years ago
|
||
Seems fixed with site redesign.
Status: REOPENED → RESOLVED
Closed: 24 years ago → 23 years ago
Resolution: --- → FIXED
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
•