From: SourceForge.net <no...@so...> - 2003-09-05 10:33:25
|
Bugs item #800993, was opened at 2003-09-05 10:33 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=448266&aid=800993&group_id=47038 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Giles Jermy (gjermy) Assigned to: Nobody/Anonymous (nobody) Summary: Navigator.javaEnabled should be method not property Initial Comment: javaEnabled is a method of the Navigator object, not a property as currently implemented. line 95 of com/gargoylesoftware/htmlunitjavascript/host/Navigator.j ava needs to change from jsGet_javaEnabled() { to jsFunction_javaEnabled() { Without this change, a piece of javascript including a line such as if (navigator.javaEnabled()) { } produces a throw with "false is not a function" in the text. I cant get logged into CVS so haven't been able to build or run the unit tests (build.xml is not present in the release) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=448266&aid=800993&group_id=47038 |