Closed
Bug 35335
Opened 25 years ago
Closed 24 years ago
navigator.javaEnabled() is not working as expected
Categories
(Core Graveyard :: Java: OJI, defect, P3)
Tracking
(Not tracked)
People
(Reporter: nshankar, Assigned: drapeau)
Details
I submitted this bug earlier last week. I cannot find it now.
Anyway,
I use code the check version and if java is enabled and it does not work in
mozilla. To highlight this:
The below code returns false even when java is enabled and working in mozilla.
<html>
<Script language="javascript">
document.write (navigator.javaEnabled() + "---" + navigator.appVersion);
</script>
</html>
It works on both netscape and IE.
Comment 1•25 years ago
|
||
The bug you submitted last week was #34993. It's a dupe of #24811, marked fixed.
*** This bug has been marked as a duplicate of 24811 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
This was fixed in M15 and I saw it work. However, this is not working in any of
the nightly builds. The applets run, though.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
additional info:
I was using NT4 and JRE 1.3 and tried several nigthly builds.
Comment 4•25 years ago
|
||
confirming to make sure it doesnt get lost
Status: UNCONFIRMED → NEW
Ever confirmed: true
I checked in M16 milestone release. This change appears to be lost. (NT4 M16)
Comment 6•24 years ago
|
||
Sorry for the delay - taking over QA for the JavaScript Engine group -
The appropriate component for this bug seems to be OJI
(see duplicate bug 24811). Reassigning to owner of OJI
for disposition -
Assignee: rogerl → drapeau
Component: Javascript Engine → OJI
QA Contact: pschwartau → shrir
This looks like bug 24811. Marking this as a duplicate of that bug.
*** This bug has been marked as a duplicate of 24811 ***
Status: NEW → RESOLVED
Closed: 25 years ago → 24 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 10•24 years ago
|
||
Comment 11•24 years ago
|
||
Comment 12•24 years ago
|
||
I have confirmed Shankar's findings that indeed this bug still exists, despite
numerous references in the bug report notes about it being fixed previously.
I've tested with NN 6 PR1 and M17 on NT and Win98 and both continue to return
False for navigator.JavaEnabled regardless of its real setting. A number of
others have also reported this bug to us.
My concern is that several new reports of this have been marked as dups of an
original, but that original has been marked as fixed when clearly it is not.
Can someone please confirm that this issue has been reopened and will be
addressed? Thanks.
Assignee | ||
Comment 13•24 years ago
|
||
Yes, this bug *should* be fixed now. Copying two people (Raju and Jeff) who
could verify it. Netscape QA should also be able to verify with current
commercial builds that include the most recent Java Plug-In drop that's for
Preview Release 2. Will await confirmation.
Comment 14•24 years ago
|
||
Tried on WinNT with latest nightly (aug 2nd).
It returns 'true'
Disabled Java (from Preferences).
Tried again. this time it returns false.
Enabled it back
It returned true
ITs working.
Comment 15•24 years ago
|
||
Tried the same on Win98 (with Aug 2nd nightly build)
this however returns false when java is enabled.
Comment 16•24 years ago
|
||
Confirmed, it works on WINNT with a MOZ_DEBUG=1 build from mozilla source from
Tuesday 1 August 2000 and Java Plugin source from Tuesday 25 July.
If this doesn't work on WIN98, it's likely an XPCOM problem.
Ed
You need to log in
before you can comment on or make changes to this bug.
Description
•