Binding does not work for Label

XMLWordPrintable

    • Type: Bug
    • Resolution: Not an Issue
    • Priority: P4
    • None
    • Affects Version/s: fx2.1, 7u6
    • Component/s: javafx
    • Environment:

      I observed this on Windows 7

      Binding of text property on a Label node does not work properly. Binding however works fine for a Text node.

      Ex:
      Label myLabel = new Label();
      myLabel.textProperty().bind(<observable value, StringProperty>);

      When I use Text instead of Label, the value changes fine for the same observable value.

            Assignee:
            Jonathan Giles
            Reporter:
            J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: