TableView: data changes are not reflected

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: P2
    • 7u6
    • Affects Version/s: fx2.1
    • Component/s: javafx
    • Environment:

      b17

      Underlying data changes are not reflected if data is changed as:

      ObservableList<Data> data;
      Data item = data.get(i);
      item.set(...);
      data.set(i, item);

      Sample app is attached.

            Assignee:
            Jonathan Giles
            Reporter:
            Oleg Barbashov (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: