Closed
Bug 203165
Opened 22 years ago
Closed 22 years ago
javaEnabled() javascript function always return 'false'
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
People
(Reporter: Gregory.Denis, Assigned: rogerl)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4a) Gecko/20030401
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4a) Gecko/20030401
From a javascript that try to detect if java is enabled in the web browser via
the navigator.javaEnabled() function it return always false. So the javascript
think the java is not enabled whatever java is enabled or not in the Mozilla
preferences.
Reproducible: Always
Steps to Reproduce:
1. open a page that contain this javascript alert(navigato.javaEnabled())
2.
3.
Actual Results:
always false
Expected Results:
should return true if java is enabled in the Mozilla preferences.
Comment 1•22 years ago
|
||
*** This bug has been marked as a duplicate of 97613 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Component: JavaScript Engine → OJI
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•