Win: FileChooser can't use in applet's fullscreen mode

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 8
    • Affects Version/s: 7u9
    • Component/s: javafx
    • Environment:

      win7 x86. JDK7_09

        When I use the FileChooser to open a file in applet's fullscreen mode, the applet become no response.

        FileChooserBuilder builder = FileChooserBuilder.create();
        builder.extensionFilters(new ExtensionFilter("Image Files","*.JPG","*.JPEG","*.GIF","*.PNG","*.BMP"));
        FileChooser fileChooser =builder.build();
        fileChooser.setTitle("Please select an image file");
                
        File file = fileChooser.showOpenDialog(stage);

              Assignee:
              Anthony Petrov (Inactive)
              Reporter:
              Chengwen Bo (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported: