CLONE - Can't lookup Node by id

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • None
    • Affects Version/s: fx2.0
    • Component/s: javafx
    • Environment:

      java 2.0 b40

      I have a node: stepDropper
      I've set an id: stepDropper.setId("STEP_DROPPER")

      The node is added to the Root node of the Scene.

      I call scene.lookup("STEP_DROPPER") at runtime - I get Null result


      The same scenario works if I set a CSS selector:
      stepDropper.getStyleClass().add("STEP_DROPPER")

      and then I call scene.lookup(".STEP_DROPPER") - I get the Node itself

            Assignee:
            Richard Bair (Inactive)
            Reporter:
            Dr. Michael Paus (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: