Closed
Bug 61168
Opened 24 years ago
Closed 24 years ago
netscape.com - devedge - Submit button not functional
Categories
(Tech Evangelism Graveyard :: English US, defect, P1)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: peter, Assigned: bc)
References
()
Details
The accept license button at the bottom doesn´t work in NS6.
Is the JSDebugger obsolete?
Comment 1•24 years ago
|
||
What happens when you click on it? I see a dialog "You must enable Java to use
jsDebugger", so I guess the button is doing something for me.
What build are you using? Are you reporting this only against Netscpae 6? If
yes, can you (or anyone else) reproduce this on Mozilla?
Thank you,
Fabian.
Comment 2•24 years ago
|
||
yes, do you have java working in ns6? If yes, then this is prehaps a oji issue.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Yes I do have java enabled but haven´t tested in mozilla but probably will,
using milestone18.
No,
Mozilla M18 responds just as little as NS6.
I´m running on os: NT4.
Peter
Comment 5•24 years ago
|
||
what I meant was, do you have java installed (not turned on), ie, can you view
java applets with ns6/m18?
Updated•24 years ago
|
Assignee: asa → evangelism
Component: Browser-General → Evangelism
QA Contact: doronr → zach
Comment 6•24 years ago
|
||
this page also fails to load in IE 5.5. I guess it's something netscape proprietary
Comment 7•24 years ago
|
||
Assigning to Netscape Technology Evangelim team. For further info on this bug,
send mail to devsupport@netscape.com.
Comment 8•24 years ago
|
||
Reassigning evangelism bugs to bclary@netscape.com.
Assignee: evangelism → bclary
Assignee | ||
Updated•24 years ago
|
Priority: P3 → P1
Summary: Submit button not functional → netscape.com - devedge - Submit button not functional
Comment 9•24 years ago
|
||
not sure about this site, does smartupdate work in mozilla or is this a ns4 thing?
Comment 10•24 years ago
|
||
This also happens on N6.1 PR1.
Assignee | ||
Comment 11•24 years ago
|
||
The offending function is:
function getJSDebug (fName) {
if ( navigator.javaEnabled() ) {
trigger = netscape.softupdate.Trigger;
if ( trigger.UpdateEnabled() )
trigger.StartSoftwareUpdate (fName, trigger.DEFAULT_MODE);
else
alert("You must enable SmartUpdate before downloading the
JavaScript debugger.");
}
else
alert("You must enable Java before downloading the JavaScript debugger.");
}
The problems is that netscape.softupdate.Trigger is not defined.
cc'ing Aruner for some help.
Assignee | ||
Comment 12•24 years ago
|
||
DevEdge contains a great deal of Navigator 4 only content. The site is being
redesigned to handle this in the future but for the time being specific problems
related to Mozilla/NS6 support will not be fixed. Marking WONTFIX
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
Assignee | ||
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
Version: other → unspecified
Comment 14•23 years ago
|
||
Verified per instructions at http://mozilla-evangelism.bclary.com/evangelism.html
Status: RESOLVED → VERIFIED
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
•