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

Pagination with class STYLE_CLASS_BULLET broken in 8.0

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P3
    • 8
    • 8
    • javafx
    • jdk 1.8b57

    Description

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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:
              Imported: