Pagination with class STYLE_CLASS_BULLET broken in 8.0

XMLWordPrintable

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

      jdk 1.8b57

      Run this code :
      @Override
          public void start(Stage primaryStage) {
              StackPane root = new StackPane();
              Pagination pagination = new Pagination(45);
              pagination.getStyleClass().add(Pagination.STYLE_CLASS_BULLET);
              
              root.getChildren().add(pagination);
              
              Scene scene = new Scene(root, 300, 250);
              
              primaryStage.setTitle(VersionInfo.getRuntimeVersion());
              primaryStage.setScene(scene);
              primaryStage.show();
          }

            Assignee:
            Jonathan Giles
            Reporter:
            Sergey Lugovoy (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: