Closed
Bug 286864
Opened 20 years ago
Closed 20 years ago
navigator.javaEnabled() returns false even when Java enabled in Prefs
Categories
(Firefox :: Settings UI, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 221080
People
(Reporter: kynn, Assigned: bugs)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050223 Firefox/1.0.1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050223 Firefox/1.0.1
This is *not* a duplicate of previously reported bugs, since those are marked as
resolved and this one is very much alive.
The bug: navigator.javaEnabled() always evaluates to false, irrespective of the
setting in Edit>Preferences>Web Features.
Reproducible: Always
Steps to Reproduce:
1. Enable Java in Edit>Preferences>Web Features.
2. Type "javascript:navigator.javaEnabled()||alert("Java not enabled")" in the
location bar.
Actual Results:
navigator.javaEnabled() evaluated to false. (Alert saying "Java not enabled"
popped up.)
Expected Results:
navigator.javaEnabled() should have evaluated to true.
This bug breaks many pages.
Comment 1•20 years ago
|
||
javascript:navigator.javaEnabled() is true with Mozilla trunk and also in my FF1.0.1 test installation on Win2k3.
Comment 2•20 years ago
|
||
*** This bug has been marked as a duplicate of 221080 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Comment 3•18 years ago
|
||
sorry for bugspam, long-overdue mass reassign of ancient QA contact bugs, filter on "beltznerLovesGoats" to get rid of this mass change
QA Contact: mconnor → preferences
You need to log in
before you can comment on or make changes to this bug.
Description
•