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

GTK FileDialog hangs when user manually closes it

XMLWordPrintable

    • b100
    • 7
    • b102
    • x86
    • linux
    • Verified

      TESTCASE:

      import java.awt.*;

      public class test{
          public static final void main(String args[]){
              Frame f = new Frame();
              FileDialog d = new FileDialog(f);
              d.setVisible(true);
          }
      }

      STEPS TO REPRODUCE:

      1. a file dialog opens
      2. close the dialog by ESC and the dialog hangs

      easily reproducible with GTK file dialogs starting from jdk 7 b100

            dcherepanov Dmitry Cherepanov
            dcherepanov Dmitry Cherepanov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: