Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4245682

Showing a dialog causes applet to freeze in IE

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 1.2.0
    • deploy
    • x86
    • windows_nt



      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)
      ======================================================================

            jdochezorcl Jerome Dochez (Inactive)
            dblairsunw Dave Blair (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: