FXRobot thinks getChildren and getStages should force scene initialization if called before Scene is initialized

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Not an Issue
    • Priority: P5
    • tbd
    • Affects Version/s: None
    • Component/s: javafx

      Claims:


          public static ObservableList<Node> getChildren(Parent p) {
              if (sceneAccessor == null) {
                  // TODO: force scene initialization
              }
              return sceneAccessor.getChildren(p);
          }

          public static ObservableList<Stage> getStages() {
              if (stageAccessor == null) {
                  // TODO: force stage initialization
              }
              return stageAccessor.getStages();
          }

            Assignee:
            Kevin Rushforth
            Reporter:
            Richard Bair (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: