Closed
Bug 54339
Opened 25 years ago
Closed 25 years ago
netscape.javascript.JSObject.getWindow(...) always return "null"
Categories
(Core Graveyard :: Java: OJI, defect, P3)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: rmv, Assigned: jeff.dyer)
References
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.74 [en] (Windows NT 5.0; U)
BuildID: 2000091312 (PR3 CVS branch Netscape_20000922_BRANCH)
netscape.javascript.JSObject.getWindow(...) return non-null
JSObject, but it's string representation is "null" and
no JavaScript window object members are available (tried on Win2000 only).
Reproducible: Always
Steps to Reproduce:
Load PluginTest/sunw/LiveConnect/html/getWindowLC.html page,
press "RunTest" button and look into Java cosole for results.
Actual Results: Method returns invalid "window" JSObject.
Expected Results: Valid "window" JSObject must be returned and all JS "window"
object members must be available.
Re-assigning to module owner (Ed Burns).
Assignee: drapeau → edburns
Reassigning to Jeff Dyer.
Assignee: edburns → jeff.dyer
Status: ASSIGNED → NEW
Works for me. At least a similar test case. I can't access the one referenced
in the bug.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Verified on Win98/NT with nighlty build (11/9/2000) with FCS JRE bits of Java
Plugin 1.3.0_01
It return [Object Window] . No longer null.
Fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•