Pagination control is not visible in scene after resize

XMLWordPrintable

    • Type: Bug
    • Resolution: Cannot Reproduce
    • Priority: P3
    • 8
    • Affects Version/s: 8
    • Component/s: javafx
    • Environment:

      jdk 8b95 linux D3D pipeline

      @Override
          public void start(Stage stage) throws Exception {
              HBox root = new HBox(30);
              Pagination p = new Pagination(20, 5);
              p.getStyleClass().add(Pagination.STYLE_CLASS_BULLET);
              root.getChildren().add(p);
              Pagination p2 = new Pagination(20, 5);
              root.getChildren().add(p2);
              Scene scene = new Scene(root, 300, 300);
              stage.setScene(scene);
              stage.setTitle(VersionInfo.getRuntimeVersion());
              stage.show();
          }

            Assignee:
            Kevin Rushforth
            Reporter:
            Sergey Lugovoy (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: