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

TableView UI not updated when update Items in ObservableList

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P3 P3
    • fx2.1
    • fx2.1
    • javafx
    • iMac late 2009, Lion 10.7.3; Ubuntu 10.04 Thinkpad W510 (nvidia)

      I implemented some simple paging for my TableView to handle >500.000 Entries. When I browse for- or backward I do following: tableView.getItem().clear(); tableView.getItems().addAll(currenList); (alternative I tested with tableView.setItems(currentList); ). On Windows 7 with 2.02 it is all fine, on Linux and Mac the TableView UI won't update with the last two versions of 2.1. I noticed that the TableView has the correct Entries (TableRow callback) but the UI won't refresh.

            jgiles Jonathan Giles
            amoncsekjfx Andy Moncsek (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: