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

Modal stage cannot be closed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • fx2.0
    • fx2.0
    • javafx
    • Windows XP Home Edition ServicePack 3, Eclipse IDE 3.7, Java JDK 1.6.26, Java JRE 1.6.26, JavaFX 2.0 build 37

      I have created an application that opens a modal window created with the UserEdit class, which I attach below, by the following code that I put on my launcher class (primary stage):

      UserEdit userBox = new UserEdit(stage);
      userBox.start(new Stage());

      when I try to close that window, it reopens again automatically. This code works fine with JavaFX 2.0 build 36. This issue only occurs with JavaFX 2.0 build 37.

            psafrata Pavel Šafrata
            jmunidojfx Juan Manuel Enrique Muñido (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: