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

JavaFX app gets freezed on Popup show

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 7u6
    • fx2.1
    • javafx
    • 2.1-b13

      The following popup freezes the JavaFX app on show:

              Popup popup = new Popup() {
                  {
                      getContent().setAll(StackPaneBuilder.create()
                              .children(
                                  ListViewBuilder.create()
                                      .build(),
                                  PaneBuilder.create()
                                      .prefWidth(Double.MAX_VALUE) // Comment out these two lines
                                      .prefHeight(Double.MAX_VALUE) // to fix the app
                                      .build()
                              )
                              .build());
                  }
              };

            jgiles Jonathan Giles
            mrkam Alexander Kuznetcov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: