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

JOptionPane causes Java Plug-in to hang

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P1
    • 1.4.0
    • 1.4.0
    • deploy
    • beta
    • generic, x86
    • generic, windows_nt

    Description

      When an applet is signed with RSA, Java Plug-in will popup a security dialog using the modal JOptionPane:

      JDialog dialog = pane.createDialog(null, title);
      dialog.setResizeable(false);
      dialog.setModal(true);
      dialog.show(); <-- hang
      dialog.toFront();

      The bug can be demonstrated at http://javaweb.eng/~sridhare/tests/RSA/st13Veri.html.

      Notice that the same plug-in using Kestrel/Firefly/Ladybird do not have this problem, so this problem is probably on the Swing side.

      This bug occurs on all platforms - Windows/Solaris/Linux.


      Attachments

        Issue Links

          Activity

            People

              stanleyh Stanley Ho (Inactive)
              stanleyh Stanley Ho (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: