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

Can't lookup Node by id

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • None
    • fx2.0
    • javafx
    • 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

            rbair Richard Bair (Inactive)
            kiriljfx Kiril (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: