Closed
Bug 34867
Opened 25 years ago
Closed 22 years ago
orcad.com - [LAYER]Hypertext not linking right.
Categories
(Tech Evangelism Graveyard :: English US, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
Jan
People
(Reporter: amante, Assigned: doronr)
References
()
Details
(Whiteboard: [TOOL][DREAMWEAVER][aok])
Attachments
(1 file)
(deleted),
text/html
|
Details |
If you like at this above URL, you will see a column labelled
"Welcome to Online Customer Support". Under that is a list
of six items, with the numbers "1" to "6" in gold letters
in black background boxes. After those numbers are short
descriptions of the offering and links to new pages.
For example, after the number "1" is a highlighted link
of "Knowledge Base".
With v6.0, if I click on that link, "Knowledge Base", I get
same page reloaded. If I just place my mouse cursor on the
link, the text on the bottom of the Navigator window
shows the current URL, not the URL of the link.
With 4.7.2, if I click on that link, "Knowledge Base", I
get the expected new web page. If before I do that (click
that is), I get on the bottom of the Navigator window
the correct new URL for the link.
Comment 1•25 years ago
|
||
This page does a bad browser sniffing. Mail sent to Webmaster.
A good starting point for updating pages to be standard compliant is:
http://sites.netscape.net/ekrock/standards.html
sniffing part:
for (i=0; i<aryItem.length; i++) {
itemLayer = aryItem[i];
if (navigator.appName == 'Netscape' && document.layers != null) {
theObj = document.layers[itemLayer];
if (theObj) theObj.visibility = 'hide';
} else if (document.all != null) { //IE
theObj = document.all[itemLayer];
if (theObj) theObj.style.visibility = 'hidden';
}
}
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Summary: Hypertext not linking right. → [LAYER]Hypertext not linking right.
Comment 3•24 years ago
|
||
Moving all [LAYER] bugs to Evangelism component for tracking and open-source
evangelism by mozilla community members of sites that need to upgrade to support
web standards such as HTML 4.0 (instead of LAYER/ILAYER) and the W3C DOM
(instead of Nav4 document.layers[] or IE document.all()). Sites should be
lobbied to do the upgrade using the email templates that are linked to from
http://www.mozilla.org/newlayout/bugathon.html#layerbugs . When a site's owner
has confirmed receipt of the message requesting an upgrade, the bug should be
marked with the keyword evangelized to indicate that evangelism for that bug is
complete. When the site finishes the upgrade and supports standards, the bug
should be closed.
Assignee: rickg → nobody
Status: VERIFIED → UNCONFIRMED
Component: HTML Element → Evangelism
Keywords: evangwanted
QA Contact: petersen → nobody
Comment 5•24 years ago
|
||
SPAM:Changing QA contact on 111 evang bugs as I am now the new QA contact for
this component.
Sorry about the spam
zach
QA Contact: nobody → zach
Comment 6•24 years ago
|
||
Reassigning Evangelism bugs to me, the component's new owner. I would like to
take this opportunity to thank nobody@mozilla.org for all of his dedication,
contributions, and hard work, and wish him luck at his new job. Thanks, nobody.
Assignee: nobody → BlakeR1234
Comment 7•24 years ago
|
||
Mass confirming Evangelism bugs to get off the Unconfirmed radar
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 8•24 years ago
|
||
Removing the evangwanted keyword from 49 evangilizm bugs that also
have the evangelized keyword. Having both of these keywords on a bug
makes it really hard to do a query for all open evangilizm bugs that are
evangwanted. Sorry for the spam.
Keywords: evangelized
Comment 9•24 years ago
|
||
-> evangelism@telocity.com for my evangelism bugs.
removing the now-depreciated evangelism-related keywords.
setting platform to All.
Comment 10•24 years ago
|
||
Reassigning evangelism bugs to bclary@netscape.com.
Assignee: evangelism → bclary
Comment 11•23 years ago
|
||
Sent layer letter to pcbwebmaster@cadence.com.
This site has incorrect browser sniffing code...
Warning: test for equality (==) mistyped as assignment (=)?
Source File: http://www.orcad.com/technical/default.asp
Line: 635, Column: 16
Source Code:
if (browser = ns)
Warning: test for equality (==) mistyped as assignment (=)?
Source File: http://www.orcad.com/technical/default.asp
Line: 733, Column: 16
Source Code:
if (browser = ie)
Warning: test for equality (==) mistyped as assignment (=)?
Source File: http://www.orcad.com/Contact/Support/Support.asp
Line: 636, Column: 16
Source Code:
if (browser = ns)
and uses an old version of dreamweaver.
Status: NEW → ASSIGNED
Whiteboard: [TOOL][DREAMWEAVER]
Updated•23 years ago
|
Summary: [LAYER]Hypertext not linking right. → orcad.com - [LAYER]Hypertext not linking right.
Comment 12•23 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
Version: other → unspecified
Comment 14•23 years ago
|
||
-> 0.9.6, need to follow up on these asap
Target Milestone: mozilla0.9.5 → mozilla0.9.6
Comment 16•23 years ago
|
||
Updated•23 years ago
|
Whiteboard: [TOOL][DREAMWEAVER] → [TOOL][DREAMWEAVER][aok]
Comment 18•23 years ago
|
||
Mass reassign of all tech-evangelism us general bugs assigned to bc to
doron except bc's P1 bugs. You may search for this mass reassign (it is
305 bugs) by searching for the keyword 'greeneggsandham'
Assignee: bclary → doronr
Status: ASSIGNED → NEW
Target Milestone: Jan → ---
Comment 20•22 years ago
|
||
It looks like the whole site has been redesigned.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 22 years ago
Resolution: --- → FIXED
Comment 21•22 years ago
|
||
It looks like the whole site has been redesigned.
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
•