-
Bug
-
Resolution: Fixed
-
P3
-
1.4.1
-
rc
-
x86
-
windows_2000
-
Verified
###@###.### 2002-06-05
Problem description:
A new issue that has been introduced in 1.4.1 Build 12.
The issue is demonstrated by running attached location.html
in IE. in Netscape, Netscape, applet either wouldn't start at all
or wouldn't print anything.
Step to reproduce the problem:
In location.html JavaScript passes a string to the LocationTest applet
which in turn outputs that string to the console. The problem is that
when the string is made by a call to new String(eval("document.location"))
the string gets lost and the applet receives a string like
sun.plugin.com.DispatchClient@c70b0d rather than the passed URL.