Changeset: 022ac7cdcad1 Author: jgiles Date: 2013-11-28 15:12 +1300 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/022ac7cdcad1
RT-33613: TableView, TreeTableView moves focus to the wrong item in selection ! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TableViewBehaviorBase.java ! modules/controls/src/test/java/javafx/scene/control/TableViewKeyInputTest.java ! modules/controls/src/test/java/javafx/scene/control/TreeTableViewKeyInputTest.java Changeset: 24dda4be6617 Author: jgiles Date: 2013-11-28 15:22 +1300 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/24dda4be6617 RT-34239: TableViewKeyInputTest tests fails in Linux ! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TableViewBehaviorBase.java Changeset: 24f2584b90eb Author: jgiles Date: 2013-11-29 08:16 +1300 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/24f2584b90eb RT-34573: Resetting ComboBox items makes the buttonCell display the invalid last selected item ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ComboBoxListViewSkin.java ! modules/controls/src/test/java/javafx/scene/control/ComboBoxTest.java Changeset: 20724ec5e62e Author: jgiles Date: 2013-11-29 08:25 +1300 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/20724ec5e62e [TEST ONLY] Test for RT-34566, which happened to be fixed by RT-34573. ! modules/controls/src/test/java/javafx/scene/control/ComboBoxTest.java