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

[ScrollBar] : arrows position is incorrect in scrollbar with orientation vertical

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P3
    • 8
    • 8
    • javafx
    • jdk1.8b59

    Description

      Code:
      @Override
          public void start(Stage stage) throws Exception {
              BorderPane root = new BorderPane();
              final ScrollBar pane = new ScrollBar();
              final ScrollBar pane1 = new ScrollBar();
              pane.setStyle("-fx-orientation:vertical;");
              root.setCenter(HBoxBuilder.create().spacing(15).minHeight(50).children(pane, pane1).build());
              Scene scene = new Scene(root);
              stage.setScene(scene);
              stage.show();
              stage.setTitle(VersionInfo.getRuntimeVersion());
          }

      Attachments

        Activity

          People

            miflemi Mick Fleming
            slugovoy Sergey Lugovoy (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported: