-
Bug
-
Resolution: Won't Fix
-
P2
-
None
-
1.4.1
-
generic
-
generic
###@###.### 2002-06-05
Problem description:
--------------------
If dialog is popped up in a java method which is called from the javascript,
the browser hangs. This is not reproducible with IE.
Steps to reproduce the problem:
-------------------------------
click the attached test programs(DialogTest.html) from Netscape
browser, if click the "Test File Dialog without Privileges" or
the "Test File Dialog with doPrivileged" button a JavaScript method
calls a method in the PermissionTest (in DialogTest.jar) applet to
show a file dialog, but the Netscape browser hangs on the
aFileDialog.show() call.