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

Pagination control is not visible in scene after resize

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P3
    • 8
    • 8
    • javafx
    • jdk 8b95 linux D3D pipeline

    Description

      @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();
          }

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:
                Imported: