Changeset: 692a8a58ee56 Author: jgiles Date: 2013-08-23 14:17 +1200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/692a8a58ee56
RT-32383: Pressing CTRL+PAGE_UP/PAGE_DOWN multiple times does not move focus correctly ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ListViewSkin.java ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TreeViewSkin.java ! modules/controls/src/test/java/javafx/scene/control/ListViewKeyInputTest.java ! modules/controls/src/test/java/javafx/scene/control/TableViewKeyInputTest.java ! modules/controls/src/test/java/javafx/scene/control/TreeTableViewKeyInputTest.java ! modules/controls/src/test/java/javafx/scene/control/TreeViewKeyInputTest.java Changeset: 9bf90f3228bc Author: jgiles Date: 2013-08-23 16:19 +1200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/9bf90f3228bc [TEST ONLY] Add TreeViewBitSetSelectionModel into the SelectionModelImpl parameterised unit test suite. ! modules/controls/src/test/java/javafx/scene/control/SelectionModelImplTest.java Changeset: 72fa98369640 Author: jgiles Date: 2013-08-26 13:12 +1200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/72fa98369640 RT-30356: Selection bar in ListView not always displayed for a selected item. Now all virtualised controls should be consistent and there are tests in place to stop this regressing. Whether or not it is the correct behaviour is a separate question, see RT-30931. ! modules/controls/src/main/java/javafx/scene/control/MultipleSelectionModelBase.java ! modules/controls/src/main/java/javafx/scene/control/TreeTableView.java ! modules/controls/src/main/java/javafx/scene/control/TreeView.java ! modules/controls/src/test/java/javafx/scene/control/SelectionModelImplTest.java ! modules/controls/src/test/java/javafx/scene/control/TreeViewTest.java Changeset: a716f41e3d5e Author: jgiles Date: 2013-08-26 15:47 +1200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/a716f41e3d5e RT-31241: [ListView][TableView][TreeView] : SHIFT + SPACE problem when in edit mode with TextFieldCell factory ! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/ListViewBehavior.java ! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TableViewBehavior.java ! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TableViewBehaviorBase.java ! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TreeTableViewBehavior.java ! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TreeViewBehavior.java Changeset: 3cefcf3f5f85 Author: jgiles Date: 2013-08-27 08:29 +1200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/3cefcf3f5f85 RT-27710: [TreeTableView, TableView] Shift + PgUp, Shift + PgDown don't work. ! 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: 027db58c82f4 Author: jgiles Date: 2013-08-27 08:31 +1200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/027db58c82f4 Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/scrum/controls/jfx/rt
