WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
14847
No Javascript bindings for method isActive for Java applets on Windows
https://bugs.webkit.org/show_bug.cgi?id=14847
Summary
No Javascript bindings for method isActive for Java applets on Windows
Jean-Pierre Fiset
Reported
2007-08-01 09:11:35 PDT
Using Javascript to communicate to Java, one can not access the isActive() method on the Java applet when executing on Windows XP. This works fine on MacOS. Basically, in Javascript, the expression applet.isActive is null instead of returning a function that maps to the isActive() method in the Java applet. This error was found using Safari 3.0.3 on Windows XP, with the following JREs: 1.5.0 update 7, 1.5.0 update 12 and 6 update 2.
Attachments
Test Case
(1.59 KB, application/octet-stream)
2007-08-01 09:16 PDT
,
Jean-Pierre Fiset
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Jean-Pierre Fiset
Comment 1
2007-08-01 09:16:05 PDT
Created
attachment 15780
[details]
Test Case This is a test case with an HTML page and a java applet that demonstrates the issue.
Jean-Pierre Fiset
Comment 2
2007-08-01 09:20:28 PDT
Is a URL where the test case can also be reached directly.
http://devel0.gcrc.carleton.ca/saf303_14847/
Robert Blaut
Comment 3
2008-02-14 00:24:18 PST
(In reply to
comment #2
)
> Is a URL where the test case can also be reached directly. > >
http://devel0.gcrc.carleton.ca/saf303_14847/
>
I performed the test using the latest Webkit
r30219
on Windows. The test results: applet: TestApplet[panel0,0,0,150x50,layout=java.awt.FlowLayout] applet.isActive: function isActive() { [native code] } applet.isActive(): true So the bug is already fixed :)
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug