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

XMLWordPrintable

    • Type: Bug
    • Resolution: Not an Issue
    • Priority: P4
    • 8
    • Affects Version/s: 8
    • Component/s: javafx
    • Environment:

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

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

              Created:
              Updated:
              Resolved:
              Imported: