Modal stage cannot be closed

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • fx2.0
    • Affects Version/s: fx2.0
    • Component/s: javafx
    • Environment:

      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.

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

              Created:
              Updated:
              Resolved:
              Imported: