Name: dbT83986 Date: 06/10/99
I've pretty much narrowed it down to the following scenario.
1) I have an applet with two public methods test1 and test2.
public void test1() {
JDialog d = new JDialog (new JFrame(), "Overwrite", true);
d.setSize (200,100);
d.show();
}
public void test2() {
int answer = JOptionPane.showConfirmDialog(new JFrame(),"Web pages already exist in this directory, overwrite?", "Web Page", JOptionPane.YES_NO_OPTION);
}
2) Run this applet in IE 4.72 with JDK plugin 1.2
3) Call test1 and test2 from javascript
4) You will see both methods freeze IE.
(Review ID: 56916)
======================================================================
- duplicates
-
JDK-4192193 Modal Dialog : Visual basic hangs when a bean creates a modal dialog
-
- Resolved
-