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

CSS: style "-fx-cell-size" missing from getCssMetaData on Cell class

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • 8
    • 8
    • javafx
    • jdk 8.0 b110

      Code to reproduce :
      Predicate<CssMetaData> predicate = (data) -> "-fx-cell-size".equals(data.getProperty());
      Cell.getClassCssMetaData().stream().filter(predicate).forEach((e) -> System.out.println(e));

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

              Created:
              Updated:
              Resolved:
              Imported: