TextBox: rawTextProperty can't handle null

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: P4
    • None
    • Affects Version/s: None
    • Component/s: javafx
    • Environment:

      fx-beta-b34

      binding the rawTextProperty to another property with null value throws an NPE

          
          @Test
          public void testTextBoxRawtext() {
              StringProperty property = new StringProperty();
              new TextBox().rawTextProperty().bindBidirectional(property);
          }

      see also:
      http://forums.oracle.com/forums/thread.jspa?threadID=2250186

            Assignee:
            Greg Brown (Inactive)
            Reporter:
            Jeanette Winzenburg
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: