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

[Pagination] style -fx-tooltip-visible doesn't work

    XMLWordPrintable

Details

    Description

      set style -fx-tooltip-visible = false dosn't work

       @Override
          public void start(Stage stage) throws Exception {
              BorderPane root = new BorderPane();
              Pagination pagination = new Pagination(45);
              Tooltip tooltip = new Tooltip("Help me!");
              pagination.setTooltip(tooltip);
              pagination.setStyle("-fx-tooltip-visible:false");
              root.setCenter(pagination);
              Scene scene = new Scene(root, 300, 300);
              stage.setScene(scene);
              stage.show();
          }

      Attachments

        Activity

          People

            dgrieve David Grieve
            slugovoy Sergey Lugovoy (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported: