Changeset: d826d56a1704 Author: jgiles Date: 2014-02-05 13:45 +1300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d826d56a1704
Simplifying HelloPagination (and fixing a layout bug that may be what is being reported in RT-35617). ! apps/toys/Hello/src/main/java/hello/HelloPagination.java Changeset: 412d028f5f5f Author: jgiles Date: 2014-02-05 15:43 +1300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/412d028f5f5f [TEST ONLY] RT-35624: ListView selectedItems(): wrong notification on SHIFT-Select I have developed four parameterised unit tests that run against the ListView, TreeView, TableView and TreeTableView multiple selection models (so 16 tests in all). Of these, only one of the four tests passes - the others are left @Ignore'd for now until a fix for RT-35624 can be developed. ! modules/controls/src/test/java/javafx/scene/control/MultipleSelectionModelImplTest.java